From b62a0d0b6a09019c8b8420e8ed4ffb298fd8aa50 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 17 Nov 2024 17:06:51 +0200 Subject: [PATCH] Fix install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fb94374..8c6a9da 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ do esac done -if [ ! -x "${HOME}/.config/get_youtube_videos.conf" ]; then +if [ ! -e "${HOME}/.config/get_youtube_videos.conf" ]; then touch "${HOME}/.config/get_youtube_videos.conf" fi chmod go-rwx "${HOME}/.config/get_youtube_videos.conf"