mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update install
This commit is contained in:
parent
fdbe1e8cc6
commit
ab1814eb4c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pushd "$install_dir/live/services/web"
|
||||||
#ynh_exec_warn_less npm install ldap-escape
|
#ynh_exec_warn_less npm install ldap-escape
|
||||||
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
|
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
|
||||||
# create admin user
|
# create admin user
|
||||||
ynh_exec_as $app $ynh_node_load_PATH modules/server-ce-scripts/scripts/create-user --admin --email=admin_mail
|
ynh_exec_as $app $ynh_node modules/server-ce-scripts/scripts/create-user --admin --email=admin_mail
|
||||||
popd
|
popd
|
||||||
|
|
||||||
chmod 750 "$install_dir/live"
|
chmod 750 "$install_dir/live"
|
||||||
|
|
Loading…
Reference in a new issue