When installing cloud plugins, the menu will not be shown after install and quitting is therefore hard if you don't remember the number for quit. It is unlikely that someone will want to use multiple cloud plugins.

This commit is contained in:
Daniel Norhøj
2022-07-14 20:17:05 +02:00
committed by GitHub
parent 60a831f1f3
commit a85eb13217

View File

@@ -52,5 +52,6 @@ plugin_menu_cloud() {
fi
plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
install_plugin
break
done
}