Changeset - 5b4fc2d5772f
[Not reviewed]
default
0 1 0
virii - 11 years ago 2013-12-23 17:46:38
virii@enn.lu
config files can now be passed via command line arguments
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.pl
Show inline comments
 
@@ -10,7 +10,8 @@ by virii
 
use HTTP::Tiny;
 
use IO::Socket;
 
######## [defaults] ########
 
@configs = qw(torrc torrc2);					 # every config file! like: torrc torrc0 torrc1 
 
@configs = @ARGV if @ARGV;					 # perl updater_server.pl torrc torrc0 torrc1
 
@configs = qw(torrc torrc2) unless @ARGV;			 # OR hardcode every config file! like: torrc torrc0 torrc1 
 
$data_dir = '/var/lib/tor';					 # default data dir
 
$pidfile  = '/var/run/tor/tor.pid';				 # default pid file
 
$API_url = 'http://enn.lu';					 # will be ignored if /etc/ennstatus_updater.conf is present
0 comments (0 inline, 0 general)