diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 97e4a575..89e18eab 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -120,8 +120,8 @@ createopenrc() } if [ "$#" -eq 0 ]; then - echo "This installtion will use deploy.yaml" - read_config + echo "This installtion will use default options" + #read_config fi echo "...... deployment started ......" |