Fix weird wording in update integration warning

This commit is contained in:
awuctl 2021-06-30 08:55:45 +02:00 committed by GitHub
parent b0813f34d0
commit d32e72379c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ for file in `find "$uupDir" -type f -iname "windows10.0-kb*.cab"`; do
done done
if [ $updatesDetected == true ]; then if [ $updatesDetected == true ]; then
echo -e "\033[33mNote: This script does not allow the integration of updates.\nUse the Windows version of the converter to integrate updates." echo -e "\033[33mNote: This script does not and cannot support the integration of updates.\nUse the Windows version of the converter to integrate updates."
fi fi
if [ $runVirtualEditions -eq 1 ] && [ "$VIRTUAL_EDITIONS_PLUGIN_LOADED" != "1" ]; then if [ $runVirtualEditions -eq 1 ] && [ "$VIRTUAL_EDITIONS_PLUGIN_LOADED" != "1" ]; then