handling new crontabs

This commit is contained in:
mcguirepr89
2022-01-24 18:46:53 -05:00
parent 292f161991
commit 7c67d6aef9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ remove_services() {
} }
remove_crons() { remove_crons() {
sed -e '/birdnet/,+1d' /etc/crontab sudo sed -i '/birdnet/,+1d' /etc/crontab
} }
remove_icecast() { remove_icecast() {
+1 -1
View File
@@ -28,7 +28,7 @@ remove_services() {
} }
remove_crons() { remove_crons() {
sed -e '/birdnet/,+1d' /etc/crontab sudo sed -i '/birdnet/,+1d' /etc/crontab
} }
remove_icecast() { remove_icecast() {