From d1f22e8cd125bfce882c664e2e90af5bf3f665d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sat, 19 Jan 2019 12:42:36 +0100 Subject: [PATCH] include experimental_helper in change_url script --- scripts/change_url | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 6023277..3b9ccfe 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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" \ No newline at end of file