Fix install
This commit is contained in:
parent
25cd598247
commit
b62a0d0b6a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue