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