make config array global

This commit is contained in:
Joe 2020-02-16 07:34:00 -06:00
parent 9727bf1536
commit 64a1474d44
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 1 deletions

2
ysm.sh
View File

@ -6,7 +6,7 @@ author="Joe <joe@thisisjoes.site>"
license="GNU GPLv3" license="GNU GPLv3"
Configure() { Configure() {
declare -A config declare -Ag config
config=( config=(
[extension]="ysess" [extension]="ysess"
[name]="last.$extension" [name]="last.$extension"