www-data 6
This commit is contained in:
parent
ab8b4d9c81
commit
d40c72f607
|
@ -359,7 +359,7 @@ if [[ "$answer" == "y" ]]; then
|
||||||
|
|
||||||
chown -R www-data:www-data /home/$username/$front_folder
|
chown -R www-data:www-data /home/$username/$front_folder
|
||||||
|
|
||||||
su -s /bin/bash -c "cd /home/${username} &&\
|
su -s /bin/bash -c "cd /home/${username}/${front_folder} &&\
|
||||||
tmux send-keys -t directus C-c &&\
|
tmux send-keys -t directus C-c &&\
|
||||||
npm install &&\
|
npm install &&\
|
||||||
NUXT_TELEMETRY_DISABLED=1 bash -c \"npm run build\" &&\
|
NUXT_TELEMETRY_DISABLED=1 bash -c \"npm run build\" &&\
|
||||||
|
|
Loading…
Reference in New Issue