Adjust comments copied from another script
This commit is contained in:
parent
a2d81da3b1
commit
46b93ef5da
1 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,9 @@
|
|||
# 01/12/2023 Out Of Ideas Attempt to fix script, by #
|
||||
# adjusting `at` syntax. #
|
||||
# #
|
||||
# 01/12/2023 Out Of Ideas Adjust comments copied from #
|
||||
# another script #
|
||||
# #
|
||||
############################################################
|
||||
############################################################
|
||||
############################################################
|
||||
|
@ -87,7 +90,7 @@ permitted by applicable laws and regulations.
|
|||
# Version #
|
||||
############################################################
|
||||
|
||||
VERSION="Habit Tracker v0.1"
|
||||
VERSION="Habit Tracker v0.2"
|
||||
|
||||
############################################################
|
||||
# Check for root #
|
||||
|
@ -201,11 +204,10 @@ done
|
|||
# Display a message before the program starts
|
||||
#echo "$Msg"
|
||||
|
||||
# Get length of $CONFIG_FILES_TO_BACKUP array
|
||||
# Get length of $HABITS array
|
||||
len=${#HABITS[@]}
|
||||
|
||||
# Display output if $VERBOSE is enabled
|
||||
# Replace the $CONFIG_FILES_TO_REPLACE with $CONFIG_FILES_TO_BACKUP
|
||||
for (( i=0; i<$len; i++ ))
|
||||
do
|
||||
if [ $VERBOSE ]
|
||||
|
|
Loading…
Reference in a new issue