removed the double forward slash in the path name

This commit is contained in:
Llewellyn van der Merwe 2020-03-06 15:48:55 +02:00
parent 5da1e1e1c7
commit 3d18ad78b0
No known key found for this signature in database
GPG Key ID: 8A8F406BA7238C4E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SCRIPTURL="${REPOURL}$ACTION.sh"
HOMEPATH=~/
BASENAME=".${ACTION}_${OWNER}"
# set paths
BASEPATH="${HOMEPATH}/${BASENAME}"
BASEPATH="${HOMEPATH}${BASENAME}"
FOLDERPATH="${BASEPATH}_folders"
DBPATH="${BASEPATH}_dbs"
CRONPATH="${BASEPATH}.cron"