Update mm-scripts.sh
This commit is contained in:
@@ -1176,13 +1176,13 @@ SERVICERESTORE(){
|
|||||||
bsrvcd=${bsrvcd/Qbittorrent/qBittorent}; bsrvcd=${bsrvcd/3d/3D}
|
bsrvcd=${bsrvcd/Qbittorrent/qBittorent}; bsrvcd=${bsrvcd/3d/3D}
|
||||||
[ $b -lt 10 ] && db=" $b" || db=$b
|
[ $b -lt 10 ] && db=" $b" || db=$b
|
||||||
echo -e "[${idsCL[LightCyan]}${db}${idsCL[Default]}]${idsCL[White]} ${bsrvcd}${idsCL[Default]}"
|
echo -e "[${idsCL[LightCyan]}${db}${idsCL[Default]}]${idsCL[White]} ${bsrvcd}${idsCL[Default]}"
|
||||||
|
|
||||||
|
b=$((b+1))
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
echo -en "${idsCL[LightCyan]}Select a service to restore: ${idsCL[White]}"
|
echo -en "${idsCL[LightCyan]}Select a service to restore: ${idsCL[White]}"
|
||||||
read srvc
|
read srvc
|
||||||
echo
|
echo
|
||||||
|
|
||||||
b=$((b+1))
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "HERE: ${bsrvcs[2]}"
|
echo "HERE: ${bsrvcs[2]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user