Skip to content

Commit

Permalink
adapt osx centos and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
穆客 committed Oct 22, 2015
1 parent 2dcad7c commit 516c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_file
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GZIP=`which gzip`

if [ $GZIP ]; then
cd $DIR
$GZIP -k $FILE
$GZIP -c $FILE > $FILE".gz"
TARGET_PATH=$FULL_PATH".gz"
fi

Expand Down

0 comments on commit 516c5ae

Please sign in to comment.