mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 10:29:07 +01:00
Scripts : Changed shebang /bin/sh by /bin/bash specifically
This commit is contained in:
parent
9d5d94c8ba
commit
c079b0adf2
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
ROOT_DIR=$( cd `dirname $0`; pwd )
|
ROOT_DIR=$( cd `dirname $0`; pwd )
|
||||||
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
ROOT_DIR=$( cd `dirname $0`; pwd )
|
ROOT_DIR=$( cd `dirname $0`; pwd )
|
||||||
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
ROOT_DIR=$( cd `dirname $0`; pwd )
|
ROOT_DIR=$( cd `dirname $0`; pwd )
|
||||||
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
LOCAL_CFG_DIR=$ROOT_DIR/config.local
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
ROOT_DIR=$( cd `dirname $0`; pwd )
|
ROOT_DIR=$( cd `dirname $0`; pwd )
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
ROOT_DIR=$( cd `dirname $0`; pwd )
|
ROOT_DIR=$( cd `dirname $0`; pwd )
|
||||||
|
|
Loading…
Reference in a new issue