Added test case

This commit is contained in:
Sumeet Dube
2024-09-22 18:09:56 +05:30
parent da5fa081a5
commit a768f30de6
16 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2024 #
# Time/Date: 08:55/10.09.2024 #
# Version: 2.0.0-Alpha #
# Time/Date: 18:02/22.09.2024 #
# Version: 2.0.1-Alpha #
####################################################################################################
###############################################################################################################################################################

0
files/testing-scripts/check-disk-space.sh Normal file → Executable file
View File

4
files/testing-scripts/check-secure-boot-status.sh Normal file → Executable file
View File

@@ -3,8 +3,8 @@
# Function to check if Secure Boot is activated
check_secure_boot() {
if ! command -v mokutil &> /dev/null; then
echo "mokutil command not found. Please install it to check Secure Boot status."
return 1
echo "emokutil command not found. Please install it to check Secure Boot status."
exit 1
fi
# Check if Secure Boot is enabled