1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

include experimental_helper in change_url script

This commit is contained in:
Pierre Bourré 2019-01-19 12:42:36 +01:00
parent bb1cd8aa8b
commit d1f22e8cd1

View file

@ -8,6 +8,7 @@
# IMPORT GENERIC HELPERS
source /usr/share/yunohost/helpers
source ./experimental_helper.sh
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
@ -110,6 +111,4 @@ systemctl reload nginx
# START SERVICE
#=================================================
systemctl start $app
ynh_systemd_action -n $app -a start -l "JupyterHub is now running at" -p "systemd"