tazinst diff slitaz-installer @ rev 116

tazinst: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 15:11:39 2021 +0000 (2021-11-09)
parents e6d15a13acca
children
line diff
     1.1 --- a/slitaz-installer	Sun Feb 19 18:02:19 2017 +0000
     1.2 +++ b/slitaz-installer	Tue Nov 09 15:11:39 2021 +0000
     1.3 @@ -172,7 +172,7 @@
     1.4  		esac ;;
     1.5  	root_uuid)
     1.6  		local mode="$(tazinst get mode)"
     1.7 -		if [ "$mode" == 'upgrade' ]; then printf "$ROOT_UUID_UPGRADE_MSG";
     1.8 +		if [ "$mode" = 'upgrade' ]; then printf "$ROOT_UUID_UPGRADE_MSG";
     1.9  			else printf "$ROOT_UUID_DEFAULT_MSG"; fi ;;
    1.10  	root_format|home_format)
    1.11  		printf "$ROOT_FORMAT_MSG" ;;