updated Final-Check.sh
This commit is contained in:
parent
bbc3094e3d
commit
ba7dcc8523
|
|
@ -50,7 +50,7 @@ done
|
|||
|
||||
# Check if the missing array is empty or not
|
||||
if [ ${#missing[@]} -eq 0 ]; then
|
||||
echo "${OK} All packages are installed." | tee -a "$LOG"
|
||||
echo "${OK} All essential packages are installed." | tee -a "$LOG"
|
||||
else
|
||||
# Message to user on missing packages
|
||||
echo "${WARN} The following packages are missing and will be logged:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue