From 63edd97f18c7d1d5a8355c2678a310b74661676b Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 19:07:18 -0400 Subject: [PATCH] Fix installer --- script-install-manual-scripts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index ecb702f4..c79319d7 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -16,6 +16,8 @@ is_root install -m 644 ./functions /usr/local/bin/ +ls + for script in script-*; do echo "cp -f $script /usr/local/bin/" cp -u "$script" /usr/local/bin/