From c1f655471e20a51320047519bd967677ab3801ee Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 7 Apr 2020 14:46:13 +0900 Subject: [PATCH] [fix] : Fixed an issue where the OS name was not replaced. --- channels/share/airootfs/root/customize_airootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/share/airootfs/root/customize_airootfs.sh b/channels/share/airootfs/root/customize_airootfs.sh index 47ae2a97..98a467b4 100755 --- a/channels/share/airootfs/root/customize_airootfs.sh +++ b/channels/share/airootfs/root/customize_airootfs.sh @@ -86,7 +86,7 @@ fi # Set os name -sed -i "s/%OS_NAME%/${os_name}/g" /etc/skel/Desktop/calamares.desktop +sed -i s/%OS_NAME%/"${os_name}"/g /etc/skel/Desktop/calamares.desktop # If rebuild is enabled, do not create users. -- 2.11.0