Empty reconfigure function
This commit is contained in:
parent
6c6a287fd1
commit
9d6cbdd169
|
@ -163,6 +163,10 @@ function restore_remote_tahoelafs {
|
|||
echo $"Restore complete"
|
||||
}
|
||||
|
||||
function reconfigure_tahoelafs {
|
||||
echo -n ''
|
||||
}
|
||||
|
||||
function remove_tahoelafs {
|
||||
firewall_remove ${TAHOELAFS_PORT}
|
||||
rm -rf /var/lib/tahoelafs
|
||||
|
|
Loading…
Reference in New Issue