no need to chown app folder now

This commit is contained in:
Alex Phillips 2021-09-09 20:17:13 -04:00
parent e57c1dc246
commit fc4e5b4b4c

View File

@ -35,6 +35,3 @@ chown -R abc:abc \
/config
chown abc:abc \
/data
# chown the app directory, but not node_modules
find /app/wiki -maxdepth 1 ! -name node_modules ! -name wiki -exec chown -R abc:abc '{}' \;