From 296c37cddc52cc0c1ff297a335d5d1473227fa8e Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Wed, 11 Jul 2018 03:05:53 +0200 Subject: [PATCH] Just a small note saying: Soon we will add this feature in its full. --- main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.sh b/main.sh index 14fc81a..c5ac079 100644 --- a/main.sh +++ b/main.sh @@ -121,6 +121,8 @@ function revertDB () { # the local database details # echo "${database[0]}" "${database[1]}" "${database[2]}" "${database[3]}" "${database[4]}" done < $databaseBuilder + + echo "Soon we will add this feature in its full."; } # function to revert WEB folders @@ -131,6 +133,8 @@ function revertWEB () { # the local folder & remote file name # echo "${foalder[0]}" "${foalder[1]}" done < $folderBuilder + + echo "Soon we will add this feature in its full."; } # run the main only at the end!