From: xf0r3m Date: Thu, 4 Sep 2025 13:35:30 +0000 (+0200) Subject: Poprawienie skryptu uruchamiania Nextcloud na Debianie 13. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=6fb509439bba8da952355a5735470835e8dbcd8a;p=l-tc-n50s.git Poprawienie skryptu uruchamiania Nextcloud na Debianie 13. --- diff --git a/immudex-nextcloud-d13 b/immudex-nextcloud-d13 index 9481bc3..cb09adc 100755 --- a/immudex-nextcloud-d13 +++ b/immudex-nextcloud-d13 @@ -5,13 +5,13 @@ while [ true ]; do if [ -d /ic0/wymiana ]; then if [ -d /home/${USER}/.cache/Nextcloud ]; then rm -rf /home/${USER}/.cache/Nextcloud; - cp -pr ${HOME}/.cache/Nextcloud /home/${USER}/.cache; fi + cp -pr ${HOME}/.cache/Nextcloud /home/${USER}/.cache; if [ -d /home/${USER}/.config/Nextcloud ]; then rm -rf /home/${USER}/.config/Nextcloud; - cp -pr ${HOME}/.config/Nextcloud /home/${USER}/.config; fi + cp -pr ${HOME}/.config/Nextcloud /home/${USER}/.config; if [ ! -d /home/${USER}/.local/share/Nextcloud ]; then mkdir -p /home/${USER}/.local/share/Nextcloud;