diff --git a/deploy/i2p b/deploy/i2p index 8c21100ee..4f2efa426 100755 --- a/deploy/i2p +++ b/deploy/i2p @@ -1,6 +1,6 @@ #!/bin/bash -install_destination=/opt/epicyon +install_destination=/opt/epicyon-i2p if [[ "$1" == 'remove' ]]; then echo 'Removing Epicyon i2p instance' diff --git a/deploy/onion b/deploy/onion index f54252f86..0e476f8ac 100755 --- a/deploy/onion +++ b/deploy/onion @@ -1,6 +1,6 @@ #!/bin/bash -install_destination=/opt/epicyon +install_destination=/opt/epicyon-onion if [[ "$1" == 'remove' ]]; then echo 'Removing Epicyon onion instance'