浏览代码

Remove copy/paste error

Alois Mahdal 7 年前
父节点
当前提交
5b2d94a01f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      bisq-exchange.spec.in

+ 0
- 1
bisq-exchange.spec.in 查看文件

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