mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
initd: update string comparison
This commit is contained in:
parent
cc46c0c1e3
commit
49bdb20677
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ start_service() {
|
|||
config_get enable ubusproxy enable
|
||||
procd_set_param command "/sbin/topologyd"
|
||||
|
||||
if [ "$enable" ]
|
||||
if [ "$enable" == "1" ]
|
||||
then
|
||||
procd_append_param command --root
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue