mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-11 06:13:10 +01:00
Reboot: CommandKey with spaces
This commit is contained in:
parent
4807011f56
commit
aab2e256da
1 changed files with 2 additions and 2 deletions
|
|
@ -504,7 +504,7 @@ handle_action() {
|
|||
|
||||
if [ "$action" = "reboot" ]; then
|
||||
sync
|
||||
uci set cwmp.acs.ParameterKey=$commandKey
|
||||
uci set cwmp.acs.ParameterKey="$commandKey"
|
||||
uci commit
|
||||
reboot
|
||||
fi
|
||||
|
|
@ -618,7 +618,7 @@ handle_action() {
|
|||
;;
|
||||
reboot)
|
||||
action="reboot"
|
||||
commandKey=$arg
|
||||
commandKey="$arg"
|
||||
;;
|
||||
apply)
|
||||
if [ "$action" = "notification" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue