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:
parent
bb1cd8aa8b
commit
d1f22e8cd1
1 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
# IMPORT GENERIC HELPERS
|
# IMPORT GENERIC HELPERS
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
source ./experimental_helper.sh
|
||||||
|
|
||||||
# Exit if an error occurs during the execution of the script
|
# Exit if an error occurs during the execution of the script
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
@ -110,6 +111,4 @@ systemctl reload nginx
|
||||||
# START SERVICE
|
# START SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl start $app
|
|
||||||
|
|
||||||
ynh_systemd_action -n $app -a start -l "JupyterHub is now running at" -p "systemd"
|
ynh_systemd_action -n $app -a start -l "JupyterHub is now running at" -p "systemd"
|
Loading…
Add table
Reference in a new issue