From: xf0r3m Date: Mon, 8 Sep 2025 11:35:38 +0000 (+0200) Subject: Poprawienie skryptu uruchamiania Nextcloud. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=8caba26ddd4eecb858548ab04eb58ccb877c9efb;p=X280.git Poprawienie skryptu uruchamiania Nextcloud. --- 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;