Browse Source

Remove copy/paste error

Alois Mahdal 7 years ago
parent
commit
5b2d94a01f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      bisq-exchange.spec.in

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

25
     {
25
     {
26
         echo '#!/bin/sh'
26
         echo '#!/bin/sh'
27
         echo 'cd /opt/bisq-exchange'
27
         echo 'cd /opt/bisq-exchange'
28
-        echo 'exec /opt/bisq-exchange'
29
         echo 'exec java -jar gui/target/shaded.jar'
28
         echo 'exec java -jar gui/target/shaded.jar'
30
     } > bisq-exchange
29
     } > bisq-exchange
31
 
30