summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorklee2022-10-21 10:55:12 -0400
committerklee2022-10-21 10:55:12 -0400
commit021f9e213efe44c0c51a5ba2718e9ca0d2a07bf2 (patch)
tree10150f4c0e221cb17fe9f61cf9d5839a58499598
parent3cd9bdf7160c8ec19c4b1c85bd61caa145cb7440 (diff)
downloadaur-021f9e213efe44c0c51a5ba2718e9ca0d2a07bf2.tar.gz
Remove space from run script
-rw-r--r--PKGBUILD4
-rw-r--r--mullvad-daemon.run1
2 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 893a9cdca7e8..fe7ed04d4a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _basename=mullvad-vpn
_svname=mullvad-daemon
pkgname=${_basename}-runit
pkgver=2022.5
-pkgrel=1
+pkgrel=2
pkgdesc="Runit init service for Mullvad Desktop App"
arch=('any')
url="https://codeberg.org/klee/mullvad-vpn-runit"
license=('aGPL-3.0-')
conflicts=()
source=("${_svname}.run")
-sha256sums=('46c064f399853f8c9a60675f7fa71cc61a9259d1ae774c652596f1ef5a4db063')
+sha256sums=('6eca1d9c724fdf548bc8c73962b3a96f6c8ded5c4992fd17913d4ddb2a330d12')
package() {
for x in run ; do
diff --git a/mullvad-daemon.run b/mullvad-daemon.run
index e610cd88d30a..6d464bdee8d1 100644
--- a/mullvad-daemon.run
+++ b/mullvad-daemon.run
@@ -1,5 +1,4 @@
#!/bin/sh
-
sv check NetworkManager >/dev/null || exit 1
[ -r conf ] && . ./conf
exec /usr/bin/mullvad-daemon -v --disable-stdout-timestamps >/dev/null 2>&1