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

Fix change_url

This commit is contained in:
Jules Bertholet 2021-06-01 15:49:20 -04:00
parent 201d9a8905
commit 0d863b65d1

View file

@ -118,6 +118,7 @@ path=${new_path%/}
mkdir -p "$final_path/config"
ynh_use_nodejs
ynh_add_config --template="jupyterhub_config.py" --destination="$final_path/config/jupyterhub_config.py"
ynh_add_config --template="jupyter_server_config.py" --destination="$final_path/config/jupyter_server_config.py"
ynh_add_config --template="app-sudoers" --destination="/etc/sudoers.d/$app-sudoers"