From bdbac20b53d158d68ad4e252ac2b2ca0a45aafee Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Sep 2015 21:25:46 -0300 Subject: Inception: deploy fixes --- inception | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inception') 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 <