mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
Fix prereq exit
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
if ! ./lib/prerequisites.sh; then
|
||||
echo "Prerequisites failed, exiting"
|
||||
exiting
|
||||
exit 1
|
||||
fi
|
||||
source site.conf
|
||||
|
||||
|
Reference in New Issue
Block a user