site-deploy/_site/tmp/var/www/chaospott.de/update.sh

11 lines
203 B
Bash
Raw Normal View History

2014-10-26 18:35:05 +00:00
#!/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/*