From 06074b8a92fc47475d9fdccafc7726986f991a5e Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 26 Jun 2022 17:09:29 -0400 Subject: [PATCH] fix cloud --- plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.sh b/plugins.sh index ab8b8d7..dbb4c3e 100755 --- a/plugins.sh +++ b/plugins.sh @@ -53,7 +53,7 @@ plugin_menu_cloud() { break return fi - plugin_path=$(cat $SCRIPTDIR/plugins_list | 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 plugin_menu_cloud #keep going until quit done