From e66d6e26663f8c5945031033d3155c5702637e0e Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 25 Nov 2016 19:06:04 +0100 Subject: [PATCH] Deleting ircam ref --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 5955a4bd..b7eecbf5 100755 --- a/install.py +++ b/install.py @@ -163,7 +163,7 @@ class DockerCompositionInstaller(object): os.makedirs(log_path, 0o755) os.chown(log_path, getpwnam(self.user).pw_uid, getgrnam(self.user).gr_gid) path = "PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin\n" - command = "cd /srv/ircam-www && ./scripts/push.sh >> /var/log/"+ self.name +"/ircam-www-push.log 2>&1 \n" + command = "cd /srv/"+self.name+" && ./scripts/push.sh >> /var/log/"+ self.name +"/"+self.name+"-push.log 2>&1 \n" rule = self.cron_rule % (self.user, command) f = open('/etc/cron.d/' + self.name, 'w') f.write(path + rule) -- 2.39.5