service_args is now an array
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='/usr/local/sbin/znet'
|
||||
service_args='-d'
|
||||
service_args=( -d )
|
||||
|
||||
stop() {
|
||||
"$service_command" $service_args down
|
||||
|
Reference in New Issue
Block a user