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"