Clean up orginization

This commit is contained in:
Out Of Ideas 2023-12-01 10:40:54 -06:00
parent 3e219add40
commit cda16a997f
2 changed files with 11 additions and 2 deletions

View File

@ -19,6 +19,8 @@
# #
# 28/11/2023 Out Of Ideas Fix typo in description. #
# #
# 01/12/2023 Out Of Ideas Clean up orginization. #
# #
############################################################
############################################################
############################################################
@ -89,7 +91,7 @@ permitted by applicable laws and regulations.
# Version #
############################################################
VERSION="config-backup v1.1"
VERSION="config-backup v1.2"
############################################################
# Check for root #
@ -149,7 +151,9 @@ CheckUser
# Is 'git' comand found?
CheckGit
# Initialize variables
############################################################
# Initialize variables #
############################################################
DOTFILES_DIR="$HOME/Git/dot-files"

View File

@ -134,6 +134,11 @@ CheckUser()
CheckUser
############################################################
# Initialize variables #
############################################################
option=""
Msg=""