mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 00:15:05 -04:00
More fixes
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
256b1db98b
commit
042b9063d1
30 changed files with 84 additions and 81 deletions
|
@ -107,8 +107,7 @@ umask 0022;
|
|||
|
||||
gpgVerifyGitHead() {
|
||||
if [ -r "$HOME/.gnupg" ]; then
|
||||
git -C $1 verify-commit HEAD;
|
||||
if [ "$?" -eq "0" ]; then
|
||||
if git -C $1 verify-commit HEAD; then
|
||||
echo -e "\e[0;32mGPG Verified Git HEAD Successfully: $1\e[0m";
|
||||
else
|
||||
echo -e "\e[0;31mWARNING: GPG Verification of Git HEAD Failed: $1\e[0m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue