mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Use /usr/bin/env bash instead of /bin/bash in common scripts (#9494)
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
echo $@
|
||||
BASE_BRANCH=${1:-develop}
|
||||
while [[ "$#" -gt 0 ]]; do
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
MONGO_URL="mongodb://127.0.0.1:27017"
|
||||
DAYS=365
|
||||
dump='dump'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Get the absolute path for the base directory
|
||||
BASE_DIR=$(pwd)
|
||||
|
||||
Reference in New Issue
Block a user