Browse Source

bug fix

master
filesite 5 months ago
parent
commit
b2d1ef7823
  1. 2
      funs.sh

2
funs.sh

@ -222,7 +222,7 @@ createShortcuts () { @@ -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

Loading…
Cancel
Save