Compare commits
1 Commits
e207701477
...
f605983129
| Author | SHA1 | Date | |
|---|---|---|---|
| f605983129 |
@@ -826,6 +826,8 @@ EOF"
|
|||||||
if [[ $? -ne 0 || ! -f "$_mcrpm" ]]; then
|
if [[ $? -ne 0 || ! -f "$_mcrpm" ]]; then
|
||||||
err "Build failed. Exiting..."
|
err "Build failed. Exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
echo "Build successful. The RPM file is located at: $_mcrpm"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user