Fix install
This commit is contained in:
parent
7ac5c8b1ab
commit
2006f156ee
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
if [ ! -x "${HOME}/.config/__project_codename__.conf" ]; then
|
||||
if [ ! -e "${HOME}/.config/__project_codename__.conf" ]; then
|
||||
touch "${HOME}/.config/__project_codename__.conf"
|
||||
fi
|
||||
chmod go-rwx "${HOME}/.config/__project_codename__.conf"
|
||||
|
|
Loading…
Reference in a new issue