ux clarify
pull/17/head
Alec Muffett 2017-03-04 13:33:28 +00:00 zatwierdzone przez GitHub
rodzic bd487af1dc
commit e3c4fdda46
1 zmienionych plików z 2 dodań i 2 usunięć

4
eotk
Wyświetl plik

@ -526,12 +526,12 @@ case "$cmd" in
ob-start|obstart) # project ..., or "-a"
if [ -f $ob_dir/ob.pid ] ; then
Warn file $ob_dir/ob.pid already exists, OnionBalance may already be running, stopping.
Warn file $ob_dir/ob.pid already exists, OnionBalance may already be running, aborting.
exit 1
fi
if [ -f $ob_dir/tor.pid ] ; then
Warn file $ob_dir/tor.pid already exists, OnionBalance-Tor may already be running, stopping.
Warn file $ob_dir/tor.pid already exists, OnionBalance-Tor may already be running, aborting.
exit 1
fi