We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a437d1c commit 2ffaeccCopy full SHA for 2ffaecc
routertools
@@ -2424,7 +2424,7 @@ daemon_wifi(){
2424
if ps -p $(cat /dev/shm/routertools_pid_$1) > /dev/null 2>&1; then
2425
crit_error "There is an instance of this daemon already running."
2426
fi
2427
-
+
2428
export current_iface="$1"
2429
load_prefs_iface "$1"
2430
ledctl rmlock 1 &>/dev/null
@@ -2541,7 +2541,7 @@ daemon_sighup(){
2541
echo "Recieved SIGHUP, reloading configuration."
2542
load_prefs
2543
[[ "$daemon_type" != "inet" ]] && load_prefs_iface "$current_iface"
2544
2545
# Reapply SQM
2546
if [[ "$daemon_type" == "inet" ]]; then
2547
sqm_disable
0 commit comments