create the correct file

This commit is contained in:
Joe 2020-02-16 07:55:41 -06:00
parent 21545eef0a
commit b91228fc5c
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 0 deletions

1
ysm.sh
View File

@ -28,6 +28,7 @@ Configure() {
CreateFiles() {
if [ ! -d ${config[path]} ]; then
mkdir ${config[path]}
touch ${config[path]}/.last
touch ${config[path]}/ysm.conf
fi
}