diff --git a/scripts/restore b/scripts/restore index bae61cd..56e3f83 100644 --- a/scripts/restore +++ b/scripts/restore @@ -125,6 +125,13 @@ ynh_use_nodejs npm cache clean npm install forever -g >> $install_log 2>&1 +#================================================= +# SECURING FILES AND DIRECTORIES +#================================================= + +# Set files ownership to etherpad +chown -R $app: $final_path + #================================================= # ENABLE SERVICE IN ADMIN PANEL #=================================================