call CreateFiles from Configure

This commit is contained in:
Joe 2020-02-16 07:25:57 -06:00
parent 7315442b1f
commit 27d3cab1c9
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 0 deletions

1
ysm.sh
View File

@ -23,6 +23,7 @@ Configure() {
varname=$(echo "$line" | cut -d '=' -f 1)
config[$varname]=$(echo "$line" | cut -d '=' -f 2-)
fi
CreateFiles
done < ${config[path]}/ysm.conf
}