]> git.netwichtig.de Git - user/henk/code/s6/service_directory_template.git/commitdiff
fix: path to execlineb in shebang
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 25 Aug 2023 11:29:46 +0000 (13:29 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 25 Aug 2023 12:19:11 +0000 (14:19 +0200)
finish
log/run
run

diff --git a/finish b/finish
index cd402a9f5f3da0f41d22ae740fd8d67d96f946ec..307ee05dc162fb605cc16d3dd23df84b446a9dff 100644 (file)
--- a/finish
+++ b/finish
@@ -1,4 +1,4 @@
-#!/usr/bin/execlineb -S3
+#!/bin/execlineb -S3
 # the -S3 tells execline to substitute 3 positional parameters
 # which for this file are:
 # 1) exit code of the 'run' script
diff --git a/log/run b/log/run
index 5a3526d195ac38f0a9118f5ecffcdd3de7138da9..fe1382d48d1f8395a6ca57832a8107814294b504 100644 (file)
--- a/log/run
+++ b/log/run
@@ -1,4 +1,4 @@
-#!/usr/bin/execlineb -S1
+#!/bin/execlineb -S1
 # the -S1 tells execline to substitute 1 positional parameter
 # which for this file is: the name of the service directory
 
diff --git a/run b/run
index 7ee08360c282064d09db714e497061bb1c9b24de..2d1e4f4cbb75a11cf75e04ed6f5c1695aea5d2bc 100644 (file)
--- a/run
+++ b/run
@@ -1,4 +1,4 @@
-#!/usr/bin/execlineb -S1
+#!/bin/execlineb -S1
 # the -S1 tells execline to substitute 1 positional parameter
 # which for this file is: the name of the service directory