Fix bad variable for multi_instance

This commit is contained in:
Maniack Crudelis 2018-03-16 12:56:19 +01:00
parent 13f2643105
commit 9a4d284332

View file

@ -865,9 +865,9 @@ CHECK_MULTI_INSTANCE () {
local manifest_args_mod="$manifest_arguments" local manifest_args_mod="$manifest_arguments"
# Replace manifest key for the test # Replace manifest key for the test
if [ "$install_type" = "subdir" ]; then if [ "$previous_install" = "subdir" ]; then
local check_path=$test_path local check_path=$test_path
elif [ "$install_type" = "root" ]; then elif [ "$previous_install" = "root" ]; then
local check_path=/ local check_path=/
fi fi
replace_manifest_key "path" "$check_path" replace_manifest_key "path" "$check_path"