OSDN Git Service

[fix] : FIxed file path
authorhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 23:49:51 +0000 (08:49 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 23:49:51 +0000 (08:49 +0900)
alterlinux-gtk-bookmarks/alterlinux-gtk-bookmarks

index 1fbddc9..675596a 100755 (executable)
@@ -191,5 +191,5 @@ case "${1}" in
 esac
 
 if [[ "${alterlive}" = true ]]; then
-    remove ~/.config/autostart/gensidebar.desktop
+    remove "${HOME}/.config/autostart/gensidebar.desktop"
 fi