@ -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