mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 08:41:54 +00:00
chmod expo:www-data tiny script - created so that we don't forget that it needs doing
This commit is contained in:
parent
acf41aade9
commit
293feddc37
8
scripts/fixpermissions.sh
Normal file
8
scripts/fixpermissions.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/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 *
|
Loading…
Reference in New Issue
Block a user