Ver código fonte

Remove copy/paste error

Alois Mahdal 7 anos atrás
pai
commit
5b2d94a01f
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      bisq-exchange.spec.in

+ 0
- 1
bisq-exchange.spec.in Ver arquivo

@@ -25,7 +25,6 @@ The decentralized bitcoin exchange https://bisq.network
25 25
     {
26 26
         echo '#!/bin/sh'
27 27
         echo 'cd /opt/bisq-exchange'
28
-        echo 'exec /opt/bisq-exchange'
29 28
         echo 'exec java -jar gui/target/shaded.jar'
30 29
     } > bisq-exchange
31 30