Loeschen der History hinzugefuegt

This commit is contained in:
SchiWaGoA 2024-04-12 20:34:39 +00:00
parent 7230667d77
commit 39115444eb

View File

@ -27,6 +27,7 @@ chmod 755 -R /home/scripts/default
chmod +x "/home/scripts/default/weekly-updater.sh" chmod +x "/home/scripts/default/weekly-updater.sh"
cat <(crontab -l) <(echo "@weekly /home/scripts/default/weekly-updater.sh > /dev/null 2>&1") | crontab - cat <(crontab -l) <(echo "@weekly /home/scripts/default/weekly-updater.sh > /dev/null 2>&1") | crontab -
rm -r /tmp/git/weekly-updater rm -r /tmp/git/weekly-updater
cat /dev/null > ~/.bash_history && history -c
``` ```
## Lizenz ## Lizenz