Bug fix for update fix script

Add missing / for BASE_FOLDER if not set.

Dropped old file module borg name
This commit is contained in:
Clemens Schwaighofer
2022-03-28 11:54:21 +09:00
parent d9346c84a7
commit 0ce5442bcf
2 changed files with 8 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ function version {
}
# version for all general files
VERSION="4.1.0";
VERSION="4.1.1";
# borg version and borg comamnd
BORG_VERSION="";