„install.sh“ ändern
This commit is contained in:
parent
9b0eea276a
commit
7890f96136
@ -1,3 +1,7 @@
|
|||||||
cd /opt/
|
cd /opt/
|
||||||
git clone https://git.moelle.space/hxcde/folderarchive.git
|
git clone https://git.moelle.space/hxcde/folderarchive.git
|
||||||
0 13 * * * sh /opt/folderarchive/zip_folder_daily.sh
|
chmod +x /folderarchive/zip_folder_daily.sh
|
||||||
|
crontab -l > mycron
|
||||||
|
echo "0 13 * * * sh /opt/folderarchive/zip_folder_daily.sh" >> mycron
|
||||||
|
crontab mycron
|
||||||
|
rm mycron
|
Loading…
Reference in New Issue
Block a user