diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 2 | ||||
-rw-r--r-- | network/qbittorrent/rc.qbittorrent-nox.new | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 3ba92edf39..295be639e9 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=qbittorrent VERSION=${VERSION:-3.3.15} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/network/qbittorrent/rc.qbittorrent-nox.new b/network/qbittorrent/rc.qbittorrent-nox.new index f2c3c6218b..9b78744ba4 100644 --- a/network/qbittorrent/rc.qbittorrent-nox.new +++ b/network/qbittorrent/rc.qbittorrent-nox.new @@ -76,7 +76,7 @@ case "$1" in do_status ;; *) - echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}" >/dev/stderr + echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}" exit 1 ;; esac |