update config references

This commit is contained in:
Joe 2020-02-16 07:48:38 -06:00
parent be240c0c40
commit e371478336
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 2 deletions

4
ysm.sh
View File

@ -34,7 +34,7 @@ CreateFiles() {
}
CreateArray() {
sessions=(${config[s_path]})
sessions=(${config[path]}/*.${config[extension]})
}
UserInput() {
@ -58,7 +58,7 @@ LoadSession() {
Debug() {
echo Debug Enabled!
echo Sessions: $default_s_path
echo Sessions: ${config[path]}/*.${config[extension]}
echo Total: ${#sessions[*]}
echo Extension: ${config[extension]}
echo Name: ${config[name]}