Skip to content

Commit

Permalink
update SH errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeBrown committed Apr 11, 2017
1 parent 111967c commit 8ef3c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ TARGET="$1"
#SOURCES=./src/
SOURCES="$FOLDER.tar.xz"

if [ "$TARGET" == "" ]; then
if [ "$TARGET" = "" ]; then
TARGET="[email protected]"
fi
HERECMD="scp -r $SOURCES $TARGET:~/ ${@:2}"
HERECMD="scp -r $SOURCES $TARGET:~/ ${2} ${3} ${4}"
EXECMD="tar xfv ~/$SOURCES"

echo "Running here: $HERECMD"
Expand Down

0 comments on commit 8ef3c6f

Please sign in to comment.