From cb29181e7694f96469f085836dd94726a4f95f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 1 Apr 2025 09:10:06 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1ed8a07..cdb2184 100644 --- a/install.sh +++ b/install.sh @@ -17,6 +17,6 @@ curl https://git.moelle.space/hxcde/folder2archive/raw/branch/main/append >> zip sh /opt/zip_folder_daily.sh crontab -l > mycron -echo "0 13 * * * sh /opt/folderarchive/zip_folder_daily.sh" >> mycron +echo "0 13 * * * sh /opt/zip_folder_daily.sh" >> mycron crontab mycron rm mycron \ No newline at end of file