mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
let stop the start script is some command fails
This commit is contained in:
parent
3e96a1ab68
commit
bd028de895
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# stop if something fails
|
||||
set -euo pipefail
|
||||
# check for some tools and install them, when missing
|
||||
# bun https://bun.sh/install, faster packet-manager as yarn
|
||||
if ! command -v bun &> /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user