fixed openrc script

master
tastytea 5 years ago
parent 9f94317b7d
commit 981389343f
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5

@ -20,8 +20,8 @@ start_pre() {
return 1
fi
if [ ! -f ${user_home}/.config/expandurl-mastodon.cfg ] ; then
eerror "Please create ${user_home}/.config/expandurl-mastodon.cfg"
if [ ! -f ${user_home}/.config/expandurl-mastodon.json ] ; then
eerror "Please create ${user_home}/.config/expandurl-mastodon.json"
return 1
fi
return 0

Loading…
Cancel
Save