Browse Source

Remove unneeded quotes.

Guido Falsi 2 years ago
parent
commit
35c2386c98
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rcd/rustdesk-hbbr
  2. 1 1
      rcd/rustdesk-hbbs

+ 1 - 1
rcd/rustdesk-hbbr

@@ -32,7 +32,7 @@ load_rc_config $name
32 32
 pidfile=/var/run/rustdesk_hbbr.pid
33 33
 command=/usr/sbin/daemon
34 34
 procname=/usr/local/sbin/hbbr
35
-rustdesk_hbbr_chdir="/var/lib/rustdesk-server/"
35
+rustdesk_hbbr_chdir=/var/lib/rustdesk-server
36 36
 command_args="-p ${pidfile} -o /var/log/rustdesk-hbbr.log ${procname} ${rustdesk_hbbr_args}"
37 37
 ## If you want the daemon do its log over syslog comment out the above line and remove the comment from the below replacement
38 38
 #command_args="-p ${pidfile} -T ${name} ${procname} ${rustdesk_hbbr_args}"

+ 1 - 1
rcd/rustdesk-hbbs

@@ -33,7 +33,7 @@ load_rc_config $name
33 33
 pidfile=/var/run/rustdesk_hbbs.pid
34 34
 command=/usr/sbin/daemon
35 35
 procname=/usr/local/sbin/hbbs
36
-rustdesk_hbbs_chdir="/var/lib/rustdesk-server/"
36
+rustdesk_hbbs_chdir=/var/lib/rustdesk-server
37 37
 command_args="-p ${pidfile} -o /var/log/rustdesk-hbbs.log ${procname} ${rustdesk_hbbs_args}"
38 38
 ## If you want the daemon do its log over syslog comment out the above line and remove the comment from the below replacement
39 39
 #command_args="-p ${pidfile} -T ${name} ${procname} ${rustdesk_hbbs_args}"