Fix migration scripts
This commit is contained in:
parent
07c76e2477
commit
ec13f438fd
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ then
|
|||
break
|
||||
done
|
||||
fi
|
||||
else
|
||||
INSTALLATION=$1
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
INSTALLATION_NAME=$HOSTNAME
|
||||
INSTALLATION_NAME=$(hostname)
|
||||
else
|
||||
INSTALLATION_NAME=$1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue