Skip to content

Commit

Permalink
Update cron_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec committed Aug 9, 2024
1 parent a215106 commit 13baa6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/cron_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GROUP_ID=${LOCAL_GROUP_ID:-250}
usermod -u $USER_ID user
groupmod -g $GROUP_ID userg
usermod -a -G sudo user
chmod -R user:user /opt
env >/opt/env
sudo -E --group=userg --user=user $CronCommand >/opt/cron.log 2>/opt/cron.log &
echo "$CronSchedule sudo -E --group=userg --user=user $CronCommand >/opt/cron.log 2>/opt/cron.log" >/opt/cron
Expand Down

0 comments on commit 13baa6f

Please sign in to comment.