diff --git a/scripts/change_url b/scripts/change_url index 433914f..3bb54ac 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -65,6 +65,12 @@ fi #================================================= # STANDARD MODIFICATIONS +#================================================= +# STOP SERVICE +#================================================= + +yunohost service stop jupyterlab + #================================================= # MODIFY URL IN NGINX #================================================= @@ -97,4 +103,10 @@ config_jupyterlab # RELOAD NGINX #================================================= -service nginx reload \ No newline at end of file +service nginx reload + +#================================================= +# START SERVICE +#================================================= + +yunohost service start jupyterlab \ No newline at end of file