mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Update install
This commit is contained in:
parent
d6b88c40f7
commit
d3c31f9f08
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ ynh_app_setting_set $app admin $admin
|
||||||
ynh_app_setting_set $app domain $domain
|
ynh_app_setting_set $app domain $domain
|
||||||
ynh_app_setting_set $app path_url $path_url
|
ynh_app_setting_set $app path_url $path_url
|
||||||
ynh_app_setting_set $app is_public $is_public
|
ynh_app_setting_set $app is_public $is_public
|
||||||
ynh_app_setting_set $app enable_terminal $is_public
|
ynh_app_setting_set $app enable_terminal $enable_terminal
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD MODIFICATIONS
|
# STANDARD MODIFICATIONS
|
||||||
|
@ -144,4 +144,4 @@ yunohost service add $app --log "systemd"
|
||||||
# START SERVICE
|
# START SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
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