fix #126
This commit is contained in:
committed by
GitHub
parent
fe93e48c8e
commit
2b73d324af
@@ -3,12 +3,12 @@
|
|||||||
INSTALL_DIR="/opt/lenovo_fix"
|
INSTALL_DIR="/opt/lenovo_fix"
|
||||||
|
|
||||||
if pidof systemd 2>&1 1>/dev/null; then
|
if pidof systemd 2>&1 1>/dev/null; then
|
||||||
systemctl stop lenovo_fix.service &>/dev/null
|
systemctl stop lenovo_fix.service >/dev/null 2>&1
|
||||||
elif pidof runit 2>&1 1>/dev/null; then
|
elif pidof runit 2>&1 1>/dev/null; then
|
||||||
sv down lenovo_fix &>/dev/null
|
sv down lenovo_fix >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "$INSTALL_DIR" &>/dev/null
|
mkdir -p "$INSTALL_DIR" >/dev/null 2>&1
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|||||||
Reference in New Issue
Block a user