From: Silvio Rhatto Date: Fri, 25 Sep 2015 00:25:46 +0000 (-0300) Subject: Inception: deploy fixes X-Git-Tag: 1.0.0~198 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bdbac20b53d158d68ad4e252ac2b2ca0a45aafee;p=rhatto%2Fapps.git Inception: deploy fixes --- diff --git a/inception b/inception index a6797d4..d5bd3d2 100755 --- a/inception +++ b/inception @@ -56,7 +56,7 @@ elif [ "$1" == "install" ]; then elif [ "$1" == "deploy" ]; then if [ ! -z "$2" ]; then REMOTE="$2" - MODULES="`$DIRNAME/metadot/metadot list`" + MODULES="`$DIRNAME/metadot/metadot list | xargs`" # Sync apps if [ -e "$HOME/apps" ]; then @@ -69,10 +69,10 @@ elif [ "$1" == "deploy" ]; then fi # Sync loaded modules - ssh $REMOTE <