mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix Syntax Error
This commit is contained in:
@@ -409,10 +409,11 @@ up_2.3.2X_to_2.3.30() {
|
||||
verify_upgradespace() {
|
||||
CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//')
|
||||
if [ "$CURRENTSPACE" -lt "10" ]; then
|
||||
echo "You are low on disk space.";
|
||||
echo "You are low on disk space."
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
|
||||
upgrade_space() {
|
||||
|
||||
Reference in New Issue
Block a user