removed the double dot in the name.

This commit is contained in:
Llewellyn van der Merwe 2020-03-06 15:40:33 +02:00
parent 954dc47d92
commit c1819495dd
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=~/
NAME=".${ACTION}_${OWNER}"
# set paths
BASEPATH="${HOMEPATH}/.${NAME}"
BASEPATH="${HOMEPATH}/${NAME}"
FOLDERPATH="${BASEPATH}_folders"
DBPATH="${BASEPATH}_dbs"
CRONPATH="${BASEPATH}.cron"