From b2d1ef7823391734c509e22600ef24c5b385d99b Mon Sep 17 00:00:00 2001 From: filesite Date: Wed, 26 Jun 2024 22:58:44 +0800 Subject: [PATCH] bug fix --- funs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funs.sh b/funs.sh index 1061c52..553c282 100644 --- a/funs.sh +++ b/funs.sh @@ -222,7 +222,7 @@ createShortcuts () { upgradeMacheteInContainers () { name=$1 - if [ "${name}}" == "album" ]; then + if [ "${name}" == "album" ]; then docker exec -it machete_album /var/www/machete/bin/upgrade.sh docker container cp template/custom_config_beauty.json machete_album:/var/www/machete/runtime/custom_config.json else