Fix migration type detection
This commit is contained in:
parent
735066eee2
commit
98dff4dae0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if [[ ! -d $variantdir ]]; then
|
|||
fi
|
||||
|
||||
# Run the storage check only if we are not building a migration
|
||||
if [[ $type != 'migraton' ]]; then
|
||||
if [[ $type != 'migration' ]]; then
|
||||
# Ensure we have the required storage available on both /var/tmp and root
|
||||
declare root_storage_available=($(df --output=avail /))
|
||||
root_storage_available=${root_storage_available[1]}
|
||||
|
|
Loading…
Add table
Reference in a new issue