Skip to content

Commit

Permalink
Fixed crontab cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 27, 2023
1 parent 71a248c commit aca34a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ check_dependencies() {
clean_crontab() {
# Filter cronjobs starting in $INSTALLATION_DIR/current/dqmgui and
# replace crontabs
crontab -l 2>/dev/null | grep -v "$INSTALLATION_DIR/current/dqmgui" | crontab -
crontab -l 2>/dev/null | grep -v "$INSTALLATION_DIR/current/config/dqmgui" | crontab -
}

# Install DQMGUI cronjobs
Expand Down

0 comments on commit aca34a7

Please sign in to comment.