This commit is contained in:
2023-04-22 19:40:46 -05:00
parent 70cf5d2bbf
commit 684c281645
2 changed files with 3 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ MM_SERVICE_PORTS['jackett']='9117'
MM_SERVICE_PORTS['bazarr']='6767'
declare -A MM_UPDATE_REPO
#MM_UPDATE_REPO['ombi']='Ombi-app'
MM_UPDATE_REPO['ombi']='systemd'
MM_UPDATE_REPO['ombi']='Ombi-app'
#MM_UPDATE_REPO['ombi']='systemd'
MM_UPDATE_REPO['radarr']='radarr'
#MM_UPDATE_REPO['sonarr']='sonarr'
MM_UPDATE_REPO['sonarr']='systemd'

View File

@@ -980,6 +980,7 @@ MMSETUP(){
;;
esac
echo
echo -en "${idsCL[LightCyan]}This will reset the MM app config, do you wish to continue (y/N)? ${idsCL[Default]}"
read -n 1 choice
case "$choice" in