diff options
Diffstat (limited to 'net-p2p/freenet/files/freenet.old')
-rw-r--r-- | net-p2p/freenet/files/freenet.old | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net-p2p/freenet/files/freenet.old b/net-p2p/freenet/files/freenet.old index 6a01ab58c..d0df97e47 100644 --- a/net-p2p/freenet/files/freenet.old +++ b/net-p2p/freenet/files/freenet.old @@ -3,14 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 start() { - if ! [[ -e /opt/freenet/freenet.ini ]]; then - start-stop-daemon --start --chuid freenet --exec /var/freenet/run.sh start 2>/dev/null - eend 0 - else - echo "Please move freenet to the new location with the following command:" - echo " mv /opt/freenet /var/freenet" - eend 1 - fi + start-stop-daemon --start --chuid freenet --exec /var/freenet/run.sh start 2>/dev/null + eend 0 } status() { |