fix: make reboot.sh honor nixops flags

This commit is contained in:
Jonas Juselius
2022-01-24 15:02:00 +01:00
parent 67a53eb442
commit 66f83da1e4

View File

@@ -7,4 +7,6 @@ if [ $# = 0 ]; then
exit 1 exit 1
fi fi
nixops reboot -d $1 d=$1
shift
nixops reboot -d $d $*