mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-22 19:28:04 +10:00
You might say I missed my exit...
This commit is contained in:
@@ -13,6 +13,7 @@ if [[ $1 == "install" ]]; then
|
||||
echo " * Compiling..."
|
||||
else
|
||||
echo "Failed to download version $REVISION. See logs in $GVMROOT/download.log for details"
|
||||
exit 1
|
||||
fi
|
||||
cd $INSTALL_ROOT/src && unset GOROOT && unset GOARCH && unset GOOS && unset GOPATH && ./all.bash > $INSTALL_ROOT/install.log 2>&1
|
||||
if [[ $? == 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user