author | ymh <ymh.work@gmail.com> |
Tue, 08 Nov 2016 09:01:53 +0100 | |
changeset 397 | 35c597ce5da4 |
parent 380 | b4f69e646e44 |
child 410 | 240ca282331d |
permissions | -rw-r--r-- |
#!/usr/bin/env sh if [ -d /var/www/corpusdelaparole/corpus-back/ ]; then pushd /var/www/corpusdelaparole/corpus-back/ echo "Correcting file permissions for back office" chgrp -R apache storage bootstrap/cache chmod -R ug+rwx storage bootstrap/cache popd fi echo "Restart httpd" /usr/bin/systemctl restart httpd