Skip to content

Commit 58f8829

Browse files
committed
Made create-image-testing-server.sh pipeable to "scw attach, exec"
1 parent d6437fd commit 58f8829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/create-image-testing-server.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ SERVER=$(
2626
scw create \
2727
--bootscript=rescue \
2828
--name="[testing] $NAME" \
29-
--env="boot=rescue" \
30-
--env="rescue_image=${URL}" \
29+
--env="boot=rescue rescue_image=${URL}" \
3130
1GB
3231
)
3332
echo "[+] Server created: ${SERVER}"

0 commit comments

Comments
 (0)