„install.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:39:59 +02:00
parent 7e19fe7d19
commit 676292be85

View File

@ -13,7 +13,7 @@ echo "# Enter the directory where the zipped files will be stored (e.g., /path/t
echo "Enter the directory where the zipped files will be stored (e.g., /path/to/archive)" echo "Enter the directory where the zipped files will be stored (e.g., /path/to/archive)"
read archive read archive
echo "ARCHIVE_DIR='"$archive"'" >> zip_folder_daily.sh echo "ARCHIVE_DIR='"$archive"'" >> zip_folder_daily.sh
curl https://git.moelle.space/hxcde/folderarchive/raw/branch/main/append >> zip_folder_daily.sh curl https://git.moelle.space/hxcde/folder2archive/raw/branch/main/append >> zip_folder_daily.sh
sh /opt/zip_folder_daily.sh sh /opt/zip_folder_daily.sh
crontab -l > mycron crontab -l > mycron