Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
framps authored Dec 29, 2024
1 parent 7ab2f4b commit 542c60b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ __Note:__ Most of the scripts are provided by framps as is and are not included

#!/bin/bash

# Configure the colors to be displayed for the output texts in raspiBackupDialog
#Configure the colors to be displayed for the output texts in raspiBackupDialog

# Possible colors ( RED YELLOW GREEN BLUE CYAN VIOLET )
#Possible colors ( RED YELLOW GREEN BLUE CYAN VIOLET )

# Questions (dialog)
#Questions (dialog)
QUESTION=“$YELLOW”

# Error
#Error
FAIL=“$RED”

# Confirmations Info
#Confirmations Info
CONFIRMATION=“$GREEN”

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Expand Down

0 comments on commit 542c60b

Please sign in to comment.