no u
parent
485f49c7da
commit
da4dc9e87d
|
|
@ -20,7 +20,7 @@ log() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_discord() {
|
_discord() {
|
||||||
if ps aux | grep -v grep | grep -i discord; then
|
if ps aux | grep -v grep | grep -v "server-vm.sh" | grep -i discord; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if ! _snap info discord; then
|
if ! _snap info discord; then
|
||||||
|
|
@ -31,7 +31,7 @@ _discord() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_dolphin() {
|
_dolphin() {
|
||||||
if ps aux | grep -v grep | grep -i dolphin; then
|
if ps aux | grep -v grep | grep -v "server-vm.sh" | grep -i dolphin; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if ! _snap info dolphin; then
|
if ! _snap info dolphin; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue