diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd $(dirname $0) -if [ -z "$@" ]; then +if [ -z "$1" ]; then NIXHOSTLIST=$(ls node | grep -v '\.site\.') else NIXHOSTLIST="$@" |