From ada1067a1a781947ce1c9f8ebf965290c2ff51ad Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Mon, 17 Oct 2022 21:20:51 -0400 Subject: [PATCH] Bug fixes --- autodeploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autodeploy.sh b/autodeploy.sh index b3d1cbf..f3f84ea 100755 --- a/autodeploy.sh +++ b/autodeploy.sh @@ -1,4 +1,4 @@ -#/bin/bash +/ # Preamble RED=`tput setaf 1` @@ -124,7 +124,7 @@ install_apps(){ list_configs(){ # Lists the config files found in ~/.config/autodeploy/*.conf echo -n $BLUE - ls $CONFIG_PATH | grep "_conf" + ls $CONFIG_PATH | grep "conf" echo $ENDCOLOR }