Update payload.sh

This commit is contained in:
Darren Kitchen
2019-10-23 17:56:34 -07:00
committed by GitHub
parent 82b9f35c00
commit e7fc8a8ccd

View File

@@ -19,8 +19,8 @@ PACKAGE_TO_INSTALL="nano"
LIST_PACKAGES=0
LOG_DIR=/root/loot/package-installer
function FAIL() { LED FAIL; exit }
function SUCCESS() { LED FINISH; exit }
function FAIL() { LED FAIL; exit; }
function SUCCESS() { LED FINISH; exit; }
LED SETUP
# Make log file
@@ -51,4 +51,4 @@ echo -e "#\n#\n# Payload Complete \n#\n#\n\
# Disk space free before: $DISK_SPACE_BEFORE\n\
# Disk space free after: $(df -h | grep overlayfs | awk {'print $4'})" >> $LOG
SUCCESS
SUCCESS