Skip to content

Commit

Permalink
rhnsd changes alongwith compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
s1saurabh committed Jan 21, 2024
1 parent 1513997 commit cf469f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ resetFailedUnits()
cp $SCRIPT_DIR/$RESET_FAILED_UNITS /var/tmp/$RESET_FAILED_UNITS
chmod 755 /var/tmp/$RESET_FAILED_UNITS
print_message "Setting Crontab"
# shellcheck disable=SC2016
cmd='su - $GRID_USER -c "sudo crontab $SCRIPT_DIR/$SET_CRONTAB"'
eval $cmd

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ resetFailedUnits()
cp $SCRIPT_DIR/$RESET_FAILED_UNITS /var/tmp/$RESET_FAILED_UNITS
chmod 755 /var/tmp/$RESET_FAILED_UNITS
print_message "Setting Crontab"
# shellcheck disable=SC2016
cmd='su - $GRID_USER -c "sudo crontab $SCRIPT_DIR/$SET_CRONTAB"'
eval $cmd

Expand Down

0 comments on commit cf469f9

Please sign in to comment.