Skip to content

Commit

Permalink
updating the script
Browse files Browse the repository at this point in the history
  • Loading branch information
pvisweswar committed Sep 5, 2023
1 parent 9e080a5 commit a79292c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions environments/staging/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,5 @@ formplayer_java_version: "{{ java_17_bin_path }}/java"

# formplayer & web_worker
maintenance_start_time= '06:00'

maintenance_end_time= '08:00'
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ if [ $uptime_days -ge 90 ] && [[ $current_time > $maintenance_start_time ]] && [
shutdown -r +60
fi
fi

0 comments on commit a79292c

Please sign in to comment.