mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 15:21:55 +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 * |