File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.2.3 (2017/10/30)
4
+
5
+ * Fix files download again (Issue #32 )
6
+
3
7
## 4.2.2 (2017/10/29)
4
8
5
9
* Rebuild PATH
Original file line number Diff line number Diff line change 2
2
3
3
# ##################################################################################
4
4
# #
5
- # FTPGrab v4.2.2 #
5
+ # FTPGrab v4.2.3 #
6
6
# #
7
7
# Simple script to grab your files from a remote FTP server. #
8
8
# #
@@ -46,7 +46,7 @@ function ftpgrabIsDownloaded() {
46
46
local _SRC_FILE_SHORT=" "
47
47
local _SRC_FILE_SHORT_2=" "
48
48
local _DEST_FILE=" "
49
- local _SKIP_HASH=" "
49
+ local _SKIP_HASH=0
50
50
51
51
if [ " $DL_METHOD " == " curl" ]
52
52
then
@@ -551,7 +551,7 @@ mkdir -p "$HASH_DIR"
551
551
if [ ! -d " $HASH_DIR " ]; then ftpgrabEcho " ERROR: Cannot create dir $HASH_DIR with $( whoami) user" ; exit 1; fi
552
552
if [ ! -w " $HASH_DIR " ]; then ftpgrabEcho " ERROR: Dir $HASH_DIR is not writable by $( whoami) " ; exit 1; fi
553
553
554
- ftpgrabEcho " FTPGrab v4.2.2 ($BASENAME_FILE - $( date +" %Y/%m/%d %H:%M:%S" ) )"
554
+ ftpgrabEcho " FTPGrab v4.2.3 ($BASENAME_FILE - $( date +" %Y/%m/%d %H:%M:%S" ) )"
555
555
ftpgrabEcho " --------------"
556
556
557
557
# Check required packages
You can’t perform that action at this time.
0 commit comments