From f5464da4a0669e9c225872de2948730023f4c33c Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 19:04:30 -0400 Subject: [PATCH] Fix installer --- script-install-manual-scripts | 1 + 1 file changed, 1 insertion(+) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index 23ddf646..e60b34cc 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -17,6 +17,7 @@ is_root install -m 644 ./functions /usr/local/bin/ for script in ./script-*; do + echo "cp -f $script /usr/local/bin/" cp -f "$script" /usr/local/bin/ done