mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
tests - add chown for custom linux configs
This commit is contained in:
parent
e847343143
commit
cb56e7d04a
2 changed files with 3 additions and 0 deletions
|
|
@ -23,3 +23,4 @@ find /opt/bunkerweb/www -type f -exec chmod 0640 {} \;
|
|||
find /opt/bunkerweb/www -type d -exec chmod 0750 {} \;
|
||||
cd "$current_dir"
|
||||
cp -r ./bw-data/configs/* /opt/bunkerweb/configs
|
||||
chown -R nginx:nginx /opt/bunkerweb/configs
|
||||
|
|
|
|||
|
|
@ -19,3 +19,5 @@ cp -r /tmp/wordpress/* /opt/bunkerweb/www
|
|||
chown -R $user:nginx /opt/bunkerweb/www
|
||||
find /opt/bunkerweb/www -type f -exec chmod 0640 {} \;
|
||||
find /opt/bunkerweb/www -type d -exec chmod 0750 {} \;
|
||||
cp -r ./bw-data/configs/* /opt/bunkerweb/configs
|
||||
chown -R nginx:nginx /opt/bunkerweb/configs
|
||||
Loading…
Reference in a new issue