mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Build script: Fixed check for build.conf
This commit is contained in:
parent
b2e37a8644
commit
ebea92ccf8
@ -4,9 +4,10 @@
|
||||
# - Modify build.conf as needed
|
||||
# - Usage: ./build_release.sh <version>
|
||||
|
||||
if [ ! -f build.conf ]
|
||||
if [ ! -f build.conf ]; then
|
||||
echo "Config file missing: build.conf"
|
||||
echo "Modify the build.conf.sample file and save it as build.conf"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. build.conf
|
||||
|
Loading…
Reference in New Issue
Block a user