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 break
done done
fi fi
else
INSTALLATION=$1 INSTALLATION=$1
fi fi

View File

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