updated paths to cumin
authorMoritz Orbach <code+exim@apfelboymchen.net>
Thu, 6 Oct 2022 17:42:36 +0000 (17:42 +0000)
committerNigel Metheringham <nigel@exim.org>
Thu, 6 Oct 2022 17:42:36 +0000 (17:42 +0000)
bin/check_update_website.sh
bin/mirror-pcre [changed mode: 0755->0644]
bin/run_mirmon

index 2b38891f59c535346bc4f0462fa43ff5299f25e0..a17562bf97a4809b79e7d3adc9d57fc7b8e27ffc 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 
-cd /home/nm4/src/exim-website || exit
+cd /opt/cumin/services/nm4/exim-website || exit
 
 git pull | grep -q -v 'Already up-to-date.' && script/build.sh
 
-cd /home/nm4/mirror-monitor || exit
+cd /opt/cumin/services/mirror-monitor || exit
 
 git pull --quiet
old mode 100755 (executable)
new mode 100644 (file)
index fd1bf398bed473208f5775264dcf539675bd81a5..8b850c2031d981f94ca79edffeae5509cd0db943 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # Runs mirmon for both ftp and www repos
 #
-MIRMON_BASE=/opt/cumin/mirror-monitor/mirmon
+MIRMON_BASE=/opt/cumin/services/mirror-monitor/mirmon
 cd ${MIRMON_BASE} || exit
 
 # update the repository in case of changes