mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-28 18:21:53 +00:00
8 lines
174 B
Bash
8 lines
174 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# needs doing after every hg update
|
||
|
# otherwise "Edit this Page" doesn't work
|
||
|
# email from Wookey 28/02/2020
|
||
|
|
||
|
cd /home/expo/expoweb
|
||
|
chown -R expo:www-data *
|