Update installer.sh
This commit is contained in:
parent
136b8e98ea
commit
0b34e37740
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ systemctl status ModemManager | grep 'active (running)' > /dev/null 2>&1
|
||||||
|
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
then
|
then
|
||||||
systemctl disable ModemManager > /dev/null
|
sudo systemctl disable ModemManager > /dev/null
|
||||||
systemctl stop ModemManager > /dev/null
|
sudo systemctl stop ModemManager > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue