mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 18:29:39 +02:00
bootstrap.sh
- exit if something went wrong
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
declare -r BASE_DIR=$(cd "$(dirname $0)" && pwd)
|
||||
|
||||
${BASE_DIR}/compile_pmodules.sh
|
||||
${BASE_DIR}/install_pmodules.sh
|
||||
${BASE_DIR}/compile_pmodules.sh || exit 1
|
||||
${BASE_DIR}/install_pmodules.sh || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user