Explorar el Código

Remove copy/paste error

Alois Mahdal hace 6 años
padre
commit
5b2d94a01f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      bisq-exchange.spec.in

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

@@ -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