From 6f3c98917a8849816d6ea24adbfcbd2f3f3ab772 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 22 Jan 2006 13:31:56 +0100 Subject: [PATCH] Changed release --- release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release.sh b/release.sh index 62ea10b..f5e5642 100755 --- a/release.sh +++ b/release.sh @@ -17,3 +17,7 @@ tar cvfj "$TARNAME" \ scp "${TARNAME}" "$DESTINATION" ssh "$DHOST" "( cd $DDIR; tar xfj \"$TARNAME\" )" + +echo "setting paranoid permissions to public..." +ssh "$DHOST" "( cd $DDIR; find -type d -exec chmod 0755 {} \; )" +ssh "$DHOST" "( cd $DDIR; find -type f -exec chmod 0644 {} \; )"