From f1ee036357b900a2c28b26380679d2edb0dd2bda Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Sat, 29 May 2021 21:41:55 +0000 Subject: [PATCH] Fix permissions after change_url --- scripts/change_url | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index df385d7..f02cc22 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -115,6 +115,8 @@ path=${new_path%/} ynh_add_config --template="../conf/jupyterhub_config.py" --destination="$final_path/config/jupyterhub_config.py" +set_permissions + #================================================= # GENERIC FINALISATION #=================================================