fix: make reboot.sh honor nixops flags
This commit is contained in:
@@ -7,4 +7,6 @@ if [ $# = 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
nixops reboot -d $1
|
||||
d=$1
|
||||
shift
|
||||
nixops reboot -d $d $*
|
||||
|
||||
Reference in New Issue
Block a user