diff --git a/bin/reboot.sh b/bin/reboot.sh index 854165c..edd18a6 100755 --- a/bin/reboot.sh +++ b/bin/reboot.sh @@ -7,4 +7,6 @@ if [ $# = 0 ]; then exit 1 fi -nixops reboot -d $1 +d=$1 +shift +nixops reboot -d $d $*