Update mm-scripts.sh
This commit is contained in:
@@ -1172,7 +1172,7 @@ SERVICERESTORE(){
|
||||
b=1; declare -a bsrvcs
|
||||
for bsrvc in ${BACKUPDIR}*/ ; do
|
||||
bsrvc=${bsrvc%/*}; bsrvc=${bsrvc##*/}; bsrvcs[${b}]=${bsrvc}
|
||||
bsrvcd=`echo -n "${bsrvc:0:1}" | tr "[:lower:]" "[:upper:]"`; bsrvcd="${bsrvcd}${bsrvc:1}"; done
|
||||
bsrvcd=`echo -n "${bsrvc:0:1}" | tr "[:lower:]" "[:upper:]"`; bsrvcd="${bsrvcd}${bsrvc:1}"
|
||||
bsrvcd=${bsrvcd/Qbittorrent/qBittorent}; bsrvcd=${bsrvcd/3d/3D}
|
||||
[ $b -lt 10 ] && db=" $b" || db=$b
|
||||
echo -e "[${idsCL[LightCyan]}${db}${idsCL[Default]}]${idsCL[White]} ${bsrvcd}${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user