Pārlūkot izejas kodu

Remove copy/paste error

Alois Mahdal 7 gadus atpakaļ
vecāks
revīzija
5b2d94a01f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      bisq-exchange.spec.in

+ 0
- 1
bisq-exchange.spec.in Parādīt failu

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