Skip to content

Commit f283805

Browse files
committed
Update start.sh
1 parent 18b30df commit f283805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [ -d /ProcessWire ]; then
66
rm -rf /usr/share/nginx/www
77
mv /ProcessWire /usr/share/nginx/www
88
chown -R www-data:www-data /usr/share/nginx/www
9+
usermod -u 1000 www-data
910

1011
# MySQL
1112
MYSQL_ROOT_PASS=`pwgen -c -n -1 12`

0 commit comments

Comments
 (0)