site-deploy/_site/tmp/var/www/chaospott.de/update.sh
2014-10-26 19:35:05 +01:00

11 lines
203 B
Bash
Executable File

#!/bin/sh
/var/www/chaospott.de/engine/update.sh /var/www/chaospott.de/ /var/www/chaospott.de/
# hack to fix ownershit
chgrp -R foobar /var/www/chaospott.de/*
chmod -R g+rw /var/www/chaospott.de/*