We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5982ad + 23fc806 commit 657cc08Copy full SHA for 657cc08
terraform/nixos-rebuild/deploy.sh
@@ -2,7 +2,7 @@
2
3
set -uex -o pipefail
4
5
-if [ "$#" -ne 5 ]; then
+if [ "$#" -ne 6 ]; then
6
echo "USAGE: $0 NIXOS_SYSTEM TARGET_USER TARGET_HOST TARGET_PORT IGNORE_SYSTEMD_ERRORS INSTALL_BOOTLOADER" >&2
7
exit 1
8
fi
0 commit comments