diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/core-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index dcbceae..9816458 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -345,6 +345,7 @@ use slackpkg.\n" CHECKMD5=off elif ! [ -f ${ROOT}/${WORKDIR}/CHECKSUMS.md5 ] && \ [ "$CMD" != "update" ] && \ + [ "$CMD" != "new-config" ] && \ [ "$CHECKMD5" = "on" ]; then echo -e "\n\ No CHECKSUMS.md5 found! Please disable md5sums checking\n\ |