From: Emilie Date: Fri, 25 Nov 2016 18:06:04 +0000 (+0100) Subject: Deleting ircam ref X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e66d6e26663f8c5945031033d3155c5702637e0e;p=mezzo.git Deleting ircam ref --- 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)