OSDN Git Service

[fix] : Fixed file remove
authorhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 23:58:57 +0000 (08:58 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 23:58:57 +0000 (08:58 +0900)
alterlinux-welcome-page/alterlinux-welcome-page

index a0a7827..7b1c1e6 100755 (executable)
@@ -154,5 +154,5 @@ else
 fi
 
 if [[ "${alterlive}" = true ]]; then
-    remove ~/.config/autostart/welcome_page.desktop
+    remove "${HOME}/.config/autostart/welcome_page.desktop"
 fi