1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
This commit is contained in:
Thomas 2024-02-11 19:15:58 +01:00 committed by GitHub
parent 611b6820f0
commit fdbe1e8cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ pushd "$install_dir/live/services/web"
#ynh_exec_warn_less npm install ldap-escape
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
# create admin user
ynh_exec_as $app node modules/server-ce-scripts/scripts/create-user --admin --email=admin_mail
ynh_exec_as $app $ynh_node_load_PATH modules/server-ce-scripts/scripts/create-user --admin --email=admin_mail
popd
chmod 750 "$install_dir/live"