]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add color variables
authorBastian Dehn <hhaalo@arcor.de>
Wed, 5 Aug 2026 14:59:52 +0000 (16:59 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 5 Aug 2026 14:59:52 +0000 (16:59 +0200)
src/backup

index a97063aa61854757cb93d533d5a79003516485fa..7195f76f18d20af866e099540c430d151948f438 100755 (executable)
@@ -130,6 +130,9 @@ print_line()
 
 machine_backup_pathes()
 {
+       local YELLOW="\e[0;33m"
+       local LIGHTPURPLE="\e[1;35m"
+       local RESET="\e[0m"
        local config="$1"
        local machine="$2"
        local pathes=()