Fix migration scripts

pull/2/head
Ensar Sarajčić 2021-11-05 09:50:49 +01:00
parent 07c76e2477
commit ec13f438fd
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ then
break
done
fi
else
INSTALLATION=$1
fi

View File

@ -2,7 +2,7 @@
if [ -z "$1" ]
then
INSTALLATION_NAME=$HOSTNAME
INSTALLATION_NAME=$(hostname)
else
INSTALLATION_NAME=$1
fi