diff --git a/arch-template.json b/arch-template.json index 5ff7224..bb2ebfe 100644 --- a/arch-template.json +++ b/arch-template.json @@ -18,7 +18,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -39,7 +39,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -60,7 +60,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -79,7 +79,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh"