service_args is now an array
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
service_respawn=true
|
||||
service_command='/usr/bin/dropbear'
|
||||
service_args="-R -w -F"
|
||||
service_args=( -R -w -F )
|
||||
|
Reference in New Issue
Block a user