forked from indymedia/epicyon
Potentially have multiple installed instances
parent
1cb91fd4d0
commit
53cc9ec13f
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
install_destination=/opt/epicyon
|
install_destination=/opt/epicyon-i2p
|
||||||
|
|
||||||
if [[ "$1" == 'remove' ]]; then
|
if [[ "$1" == 'remove' ]]; then
|
||||||
echo 'Removing Epicyon i2p instance'
|
echo 'Removing Epicyon i2p instance'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
install_destination=/opt/epicyon
|
install_destination=/opt/epicyon-onion
|
||||||
|
|
||||||
if [[ "$1" == 'remove' ]]; then
|
if [[ "$1" == 'remove' ]]; then
|
||||||
echo 'Removing Epicyon onion instance'
|
echo 'Removing Epicyon onion instance'
|
||||||
|
|
Loading…
Reference in New Issue