Skip to content

Commit

Permalink
Correct packaging script issue
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Mar 30, 2019
1 parent 8fc5238 commit b7597c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ echo "INFO: call bootstrap..."
./bootstrap

# Check working directory
cd ..
cd ${TMP_DIR}/

# Package it
echo "INFO: Packaging..."
tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
[ $? -gt 1 ] && echo "ERROR: Unable to package" && exit -1

# Change working directory
Expand Down

0 comments on commit b7597c3

Please # to comment.