Update stages/stage0-remote-run.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ssh_keyfile='/export/home/cloudian/cloudian-installation-key'
|
ssh_keyfile='/export/home/cloudian/cloudian-installation-key'
|
||||||
script='/tmp/nmd/nmd-md5sum-manifest/stages/stage1-gather-node-manifest.sh'
|
script='stage1-gather-node-manifest.sh'
|
||||||
|
|
||||||
# Ensure environment variables are set
|
# Ensure environment variables are set
|
||||||
if [[ -z "$ssh_keyfile" || -z "$script" ]]; then
|
if [[ -z "$ssh_keyfile" || -z "$script" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user