progress snapshot
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Verifies all functional requirements are met after installation
|
||||
# Runs automatically on first boot
|
||||
|
||||
set -e
|
||||
set -euo pipefail
|
||||
|
||||
LOG_FILE="/var/log/football-first-boot-verification.log"
|
||||
STATUS_FILE="/var/lib/football/verification-status"
|
||||
@@ -12,7 +12,6 @@ STATUS_FILE="/var/lib/football/verification-status"
|
||||
RED='\033[0;31m'
|
||||
GREEN='\033[0;32m'
|
||||
YELLOW='\033[1;33m'
|
||||
BLUE='\033[0;34m'
|
||||
NC='\033[0m'
|
||||
|
||||
# Logging function
|
||||
|
||||
Reference in New Issue
Block a user