Tidying
This commit is contained in:
parent
433f3596d5
commit
46aebc3edd
|
@ -380,7 +380,7 @@ function remove_tahoelafs {
|
|||
if [ -f /etc/nginx/.htpasswd-tahoelafs ]; then
|
||||
shred -zu /etc/nginx/.htpasswd-tahoelafs
|
||||
fi
|
||||
systemctl restart tor
|
||||
onion_update
|
||||
}
|
||||
|
||||
function create_tahoelafs_stealth_node {
|
||||
|
@ -671,7 +671,7 @@ function install_tahoelafs {
|
|||
set_completion_param "tahoelafs onion domain" "$TAHOELAFS_ONION_HOSTNAME"
|
||||
|
||||
create_tahoelafs_web
|
||||
systemctl restart tor
|
||||
onion_update
|
||||
APP_INSTALLED=1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue