mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix color for IGreen
This commit is contained in:
parent
52addfe220
commit
1aeaffcffd
2
lib.sh
2
lib.sh
@ -1062,7 +1062,7 @@ install_if_not git
|
||||
cd "$NCPATH"
|
||||
if git apply --check /tmp/"${1}".patch >/dev/null 2>&1
|
||||
then
|
||||
print_text_in_color "IGreen" "Applying patch ${1} from the ${2} repository..."
|
||||
print_text_in_color "$IGreen" "Applying patch ${1} from the ${2} repository..."
|
||||
git apply /tmp/"${1}".patch
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user