Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update addons/customcurl.sh
  • Loading branch information
centminmod committed Feb 13, 2016
1 parent 2db002d commit 4c41ab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/customcurl.sh
Expand Up @@ -39,6 +39,10 @@ if [ "$CENTOSVER" == 'Enterprise' ]; then
CENTOSVER=$(cat /etc/redhat-release | awk '{ print $7 }')
OLS='y'
fi

if [ ! -d "$DIR_TMP" ]; then
mkdir -p "$DIR_TMP"
fi
######################################################
# Setup Colours
black='\E[30;40m'
Expand Down

0 comments on commit 4c41ab0

Please sign in to comment.