mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 01:22:02 +01: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…
x
Reference in New Issue
Block a user