Remote restore for static blog

This commit is contained in:
Bob Mottram 2016-09-23 20:36:10 +01:00
parent b08f8dc471
commit 0bc1bee600
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ function backup_remote_blogstatic {
echo -n '' echo -n ''
} }
function restore_remote_blogstatic {
echo -n ''
}
function remove_blogstatic { function remove_blogstatic {
echo -n '' echo -n ''
} }