fixed openrc script

This commit is contained in:
tastytea 2018-05-24 16:16:13 +02:00
부모 9f94317b7d
커밋 981389343f
로그인 계정: tastytea
GPG 키 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