OSDN Git Service

[fix] : japanese var
authorhayao <shun819.mail@gmail.com>
Thu, 20 Aug 2020 11:24:47 +0000 (20:24 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 20 Aug 2020 11:24:47 +0000 (20:24 +0900)
channels/i3/airootfs.any/root/customize_airootfs_i3.sh

index 39c2b3a..2c48c58 100755 (executable)
@@ -87,7 +87,7 @@ fi
 #systemctl enable bluetooth
 
 # Replace shortcut list config
-if [[ "${japanese}" = true ]]; then
+if [[ "${language}" = "ja" ]]; then
     remove "/etc/skel/.config/conky/conky.conf"
     mv "/etc/skel/.config/conky/conky-jp.conf" "/etc/skel/.config/conky/conky.conf"