Skip to content
Snippets Groups Projects
Commit 5cae68d7 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-225: Replace bash -e in shebang with set -e

The bash -e shebang does not work on CentOS 7.
parent c0acdc15
No related branches found
No related tags found
1 merge request!41L2SS-225: Fix rebuild_system_from_scratch.sh to also function on CentOS7
#! /usr/bin/env bash -e #! /usr/bin/env bash
set -e
HOME_DIR=${LOFAR20_DIR:-${PWD}} HOME_DIR=${LOFAR20_DIR:-${PWD}}
if [ ! -d ${HOME_DIR}/bootstrap ]; then if [ ! -d ${HOME_DIR}/bootstrap ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment