This commit is contained in:
2023-07-10 22:49:36 -05:00
parent 9aba1cd249
commit f340da53f0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='3.9.45-07102023' VERS='3.9.50-07102023'
MMFOLDER="/opt/idssys/mediamanager" MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp" TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -1084,7 +1084,7 @@ WantedBy=multi-user.target
SERVICEBACKUP(){ SERVICEBACKUP(){
usrvc=${1} usrvc=${1}
if [ "${usrvc}" == "" ]; then if [ "${srvc}" == "" ]; then
echo echo
echo -e "[${idsCL[LightCyan]} 0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}" echo -e "[${idsCL[LightCyan]} 0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
b=1; declare -a bsrvcs b=1; declare -a bsrvcs
@@ -1103,7 +1103,7 @@ SERVICEBACKUP(){
echo -en "${idsCL[LightCyan]}Select a service to backup: ${idsCL[White]}" echo -en "${idsCL[LightCyan]}Select a service to backup: ${idsCL[White]}"
read selsrvc read selsrvc
echo echo
# [ ${selsrvc} -eq 0 ] && usrvc=all || usrvc=${bsrvcs[${selsrvc}]} [ ${selsrvc} -eq 0 ] && srvc=all || srvc=${bsrvcs[${selsrvc}]}
fi fi
if [ "${usrvc}" == "all" ]; then if [ "${usrvc}" == "all" ]; then