Skip to content

Commit 32e0e0e

Browse files
author
Anton Yuzhaninov
committed
Allow to cancel rebuild by killing sleep
1 parent 2709838 commit 32e0e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gmirror-rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to rebuild stale gmirror components after reboot
44
# add to root cron:
55
#
6-
# @reboot sleep 7753; /usr/local/sbin/gmirror-rebuild.sh
6+
# @reboot sleep 7753 && /usr/local/sbin/gmirror-rebuild.sh
77

88
set -e
99

0 commit comments

Comments
 (0)