fixed openrc script

Este commit está contenido en:
tastytea 2018-05-24 16:16:13 +02:00
padre 9f94317b7d
commit 981389343f
Firmado por: tastytea
ID de clave GPG: 59346E0EA35C67E5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

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