@@ -1,6 +1,6 @@
#!/bin/bash
-source bin/functions.sh
+source bin/utils/functions.sh
if [ -f bin/install.cfg ]; then
echo "File install.cfg already exists"
@@ -7,8 +7,7 @@ YELLOW="\e[33m"
RESET="\e[0m"
-# Functions
-
+# Functions colors echo text
echo_error() {
echo -e "${RED}$1${RESET}"
}
@@ -20,3 +19,4 @@ echo_warning() {
echo_success() {
echo -e "${GREEN}$1${RESET}"
+