From 79f2d909588a0dc728da786dbe7ea7415804fe08 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 26 Jun 2022 16:35:55 -0400 Subject: [PATCH] missing echo --- plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.sh b/plugins.sh index ea4232c..e811e9b 100755 --- a/plugins.sh +++ b/plugins.sh @@ -1,7 +1,7 @@ #!/bin/bash install_plugin() { - "Installing $plugin...." | log + echo "Installing $plugin...." | log $OCTOPIP $plugin_path }