From 6bda8ed9c4bcda41903c515e000f1dcbafe721af Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 16:46:07 +0200 Subject: [PATCH] SECURE FILES AND DIRECTORIES --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 02a2228..aba9fa2 100644 --- a/scripts/install +++ b/scripts/install @@ -151,6 +151,12 @@ sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf sed -i "s@PORTTOCHANGE@$GUIPORT@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/syncthing.conf +#================================================= +# GENERIC FINALIZATION +#================================================= +# SECURE FILES AND DIRECTORIES +#================================================= + # Remove acces to all users sudo yunohost app removeaccess syncthing sudo yunohost app addaccess syncthing -u $user