Parcourir la source

it seems that /usr/bin/env bash shebang does work under systemd environment

Daniel Sheffield il y a 1 semaine
Parent
commit
b5a1749f9d

+ 1 - 1
android-usb-vnc/system/usr/local/bin/x11vnc_for_android.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -euo pipefail
 
 ACTION="$1"

+ 1 - 1
android-usb-vnc/system/usr/local/bin/xpra_attach_hdpi.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -euo pipefail
 
 set -x

+ 1 - 1
android-usb-vnc/system/usr/local/bin/xpra_for_android.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -euo pipefail
 
 ACTION="$1"

+ 1 - 1
android-usb-vnc/system/usr/local/bin/xvfb_for_android.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/usr/bin/env bash
 set -euo pipefail
 
 set -x