create config file

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

2
ysm.sh
View File

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