mirror of
https://github.com/Llewellynvdm/Backup-System.git
synced 2024-10-31 18:42:31 +00:00
Just a small note saying: Soon we will add this feature in its full.
This commit is contained in:
parent
bcc5bcd5fc
commit
296c37cddc
4
main.sh
4
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!
|
||||
|
Loading…
Reference in New Issue
Block a user