service_args is now an array
This commit is contained in:
@@ -9,4 +9,4 @@ fi
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='/usr/bin/hostname'
|
||||
service_args="$cfg_hostname"
|
||||
service_args=( "$cfg_hostname" )
|
||||
|
Reference in New Issue
Block a user