[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-25-gf44e2ef

Daniel Baumann daniel at debian.org
Mon Apr 21 19:30:30 UTC 2008


The following commit has been merged in the master branch:
commit f44e2ef79f94eb41e476ead165d87ff1b1f8c940
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 21 21:27:10 2008 +0200

    Correcting permissions in snapshot script.

diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh
index ad9bb7f..07ea241 100755
--- a/examples/cron/snapshots.sh
+++ b/examples/cron/snapshots.sh
@@ -175,4 +175,8 @@ EOF
 # Removing build directory
 rm -rf "${TEMPDIR}"
 
+# Fixing permissions
+chmod 0644 "${SERVER}"/*
+chmod 0766 "${SERVER}"/*.sh
+
 echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-snapshots: end build." >> "${LOGFILE}"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list