1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
This commit is contained in:
Éric Gaspar 2023-07-11 16:21:32 +02:00
parent 1d27093715
commit 4eb02e778d
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ $ynh_npm install -g configurable-http-proxy
#=================================================
# BUILD APP
#=================================================
ynh_script_progression --message="Building app..."
ynh_script_progression --message="Building $app..." --weight=10
pushd $install_dir
python3 -m venv $install_dir/venv

View file

@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring the NGINX web server configuration..."
ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
@ -52,7 +52,7 @@ systemctl enable $app.service --quiet
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
ynh_script_progression --message="Integrating service in YunoHost..." --weight=2
yunohost service add $app --description="Python console environment" --log="/var/log/$app/$app.log"