diff options
-rw-r--r-- | finish | 2 | ||||
-rw-r--r-- | log/run | 2 | ||||
-rw-r--r-- | run | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 @@ -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 |