mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-23 01:12:17 -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
|
# - Modify build.conf as needed
|
||||||
# - Usage: ./build_release.sh <version>
|
# - Usage: ./build_release.sh <version>
|
||||||
|
|
||||||
if [ ! -f build.conf ]
|
if [ ! -f build.conf ]; then
|
||||||
echo "Config file missing: build.conf"
|
echo "Config file missing: build.conf"
|
||||||
echo "Modify the build.conf.sample file and save it as build.conf"
|
echo "Modify the build.conf.sample file and save it as build.conf"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. build.conf
|
. build.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user