|
|
@ -222,7 +222,7 @@ createShortcuts () { |
|
|
|
upgradeMacheteInContainers () { |
|
|
|
upgradeMacheteInContainers () { |
|
|
|
name=$1 |
|
|
|
name=$1 |
|
|
|
|
|
|
|
|
|
|
|
if [ "${name}}" == "album" ]; then |
|
|
|
if [ "${name}" == "album" ]; then |
|
|
|
docker exec -it machete_album /var/www/machete/bin/upgrade.sh |
|
|
|
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 |
|
|
|
docker container cp template/custom_config_beauty.json machete_album:/var/www/machete/runtime/custom_config.json |
|
|
|
else |
|
|
|
else |
|
|
|