Put users and groups files at the right place.

This commit is contained in:
root 2019-02-09 19:56:45 +01:00
parent 9bd47fa8b2
commit e806bf5203
5 changed files with 16 additions and 15 deletions

View file

@ -44,8 +44,8 @@ if [ "$CHECK" = "" ]; then
fi
echo "----------------------"
echo "Searchin MMDVMHost ..."
echo "----------------------"
echo "Searching MMDVMHost ..."
echo "-----------------------"
if [ "$MMDVM" = "" ]; then
MMDVM=$(find / -executable | grep "MMDVMHost$")
AANT=$(echo "$MMDVM" | wc -l)
@ -59,7 +59,7 @@ else
echo "+ MMDVMHost found at $MMDVM"
fi
echo "+ Searchin MMDVMHost configuration file ..."
echo "+ Searching MMDVMHost configuration file ..."
CONFIGOK=""
if [ -f "$CONFIGFILE" ]; then
CONFIGOK=$(cat $CONFIGFILE | grep General)
@ -121,8 +121,8 @@ fi
echo ""
echo "--------------------------"
echo "Searchin NextionDriver ..."
echo "--------------------------"
echo "Searching NextionDriver ..."
echo "---------------------------"
if [ "$ND" = "" ]; then
ND=$(find / -executable | grep "NextionDriver$")
AANT=$(echo "$ND" | wc -l)