Fixed bug in last comit
This commit is contained in:
parent
59a095860a
commit
10caef85b8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ then
|
|||
cd "$DOWNLOAD_DIR"
|
||||
DOWNLOAD_FILE="$( pwd )/roundcubemail-$newest.tar.gz"
|
||||
[ $DEBUG -eq 1 ] && echo "Download new release in $DOWNLOAD_FILE"
|
||||
#wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL"
|
||||
wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL"
|
||||
if [ $EXTRACT -eq 1 ]
|
||||
then
|
||||
[ $DEBUG -eq 1 ] && echo "Extract new release"
|
||||
|
|
Loading…
Reference in a new issue