Skip to content

Commit 2ffaecc

Browse files
yagoplxactions-user
authored andcommitted
[auto] ci: run beautysh
1 parent a437d1c commit 2ffaecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routertools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ daemon_wifi(){
24242424
if ps -p $(cat /dev/shm/routertools_pid_$1) > /dev/null 2>&1; then
24252425
crit_error "There is an instance of this daemon already running."
24262426
fi
2427-
2427+
24282428
export current_iface="$1"
24292429
load_prefs_iface "$1"
24302430
ledctl rmlock 1 &>/dev/null
@@ -2541,7 +2541,7 @@ daemon_sighup(){
25412541
echo "Recieved SIGHUP, reloading configuration."
25422542
load_prefs
25432543
[[ "$daemon_type" != "inet" ]] && load_prefs_iface "$current_iface"
2544-
2544+
25452545
# Reapply SQM
25462546
if [[ "$daemon_type" == "inet" ]]; then
25472547
sqm_disable

0 commit comments

Comments
 (0)