fixed openrc script

Bu işleme şunda yer alıyor:
tastytea 2018-05-24 16:16:13 +02:00
ebeveyn 9f94317b7d
işleme 981389343f
İmzalayan: tastytea
GPG Anahtar Kimliği: 59346E0EA35C67E5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

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