fixed openrc script

Cette révision appartient à :
tastytea 2018-05-24 16:16:13 +02:00
Parent 9f94317b7d
révision 981389343f
Signé par: tastytea
ID de la clé GPG: 59346E0EA35C67E5
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

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