fixed openrc script

This commit is contained in:
tastytea 2018-05-24 16:16:13 +02:00
父節點 9f94317b7d
當前提交 981389343f
簽署人: tastytea
GPG Key ID: 59346E0EA35C67E5
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

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