forgot to define MOVE

This commit is contained in:
paukstelis
2022-06-26 17:21:07 -04:00
parent bd5bf6181d
commit 4d785dbb9b

View File

@@ -15,7 +15,7 @@ plugin_menu() {
do do
if [ "$plugin" == Quit ]; then if [ "$plugin" == Quit ]; then
break break
return
fi fi
#some special thing to do if All Recommended #some special thing to do if All Recommended
@@ -27,7 +27,6 @@ plugin_menu() {
fi fi
done done
break break
return
fi fi
#install single plugin #install single plugin
#get plugin path #get plugin path
@@ -51,7 +50,6 @@ plugin_menu_cloud() {
do do
if [ "$plugin" == Quit ]; then if [ "$plugin" == Quit ]; then
break break
return
fi fi
plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p") plugin_path=$(cat $SCRIPTDIR/plugins_cloud | sed -n -e "s/^plugin:$plugin path:\([[:graph:]]*\)/\1/p")
install_plugin install_plugin