Sfoglia il codice sorgente

Remove copy/paste error

Alois Mahdal 6 anni fa
parent
commit
5b2d94a01f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      bisq-exchange.spec.in

+ 0
- 1
bisq-exchange.spec.in Vedi File

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