Fix install

This commit is contained in:
Antonio J. Delgado 2024-11-17 17:06:51 +02:00
parent 25cd598247
commit b62a0d0b6a

View file

@ -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"