Bug fixes

main
Graham Helton 2 years ago
parent 34e2d20036
commit ada1067a1a

@ -1,4 +1,4 @@
#/bin/bash /
# Preamble # Preamble
RED=`tput setaf 1` RED=`tput setaf 1`
@ -124,7 +124,7 @@ install_apps(){
list_configs(){ list_configs(){
# Lists the config files found in ~/.config/autodeploy/*.conf # Lists the config files found in ~/.config/autodeploy/*.conf
echo -n $BLUE echo -n $BLUE
ls $CONFIG_PATH | grep "_conf" ls $CONFIG_PATH | grep "conf"
echo $ENDCOLOR echo $ENDCOLOR
} }

Loading…
Cancel
Save