Changed release

This commit is contained in:
Nico Schottelius 2006-01-22 13:31:56 +01:00
parent 03766af1d1
commit 6f3c98917a
1 changed files with 4 additions and 0 deletions

View File

@ -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 {} \; )"