Just a small note saying: Soon we will add this feature in its full.

This commit is contained in:
Llewellyn van der Merwe 2018-07-11 03:05:53 +02:00
parent bcc5bcd5fc
commit 296c37cddc
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,8 @@ function revertDB () {
# the local database details # the local database details
# echo "${database[0]}" "${database[1]}" "${database[2]}" "${database[3]}" "${database[4]}" # echo "${database[0]}" "${database[1]}" "${database[2]}" "${database[3]}" "${database[4]}"
done < $databaseBuilder done < $databaseBuilder
echo "Soon we will add this feature in its full.";
} }
# function to revert WEB folders # function to revert WEB folders
@ -131,6 +133,8 @@ function revertWEB () {
# the local folder & remote file name # the local folder & remote file name
# echo "${foalder[0]}" "${foalder[1]}" # echo "${foalder[0]}" "${foalder[1]}"
done < $folderBuilder done < $folderBuilder
echo "Soon we will add this feature in its full.";
} }
# run the main only at the end! # run the main only at the end!