Skip to content

Commit

Permalink
beautify functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Jul 31, 2024
1 parent 0710343 commit 260b84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/utils.func
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ removeOldInotify() {
done
}

function show_help {
show_help(){
echo "Usage: $(basename $0) [OPTION]..."
echo "Klipper-Backup is a script for manual or automated Klipper GitHub backups. It's Lightweight, pragmatic and comfortable."
echo "https://github.com/Staubgeborener/klipper-backup"
Expand All @@ -263,7 +263,7 @@ function show_help {
echo " $(basename $0) --fix"
}

function fix {
fix(){
loading_wheel "${Y}●{NC} Delete config_backup folder" &
loading_pid=$!
if [ ! -d "$HOME/$backup_folder" ]; then
Expand Down

0 comments on commit 260b84f

Please sign in to comment.