Update payload.sh

best_text_editor
Darren Kitchen 2019-10-23 17:56:34 -07:00 committed by GitHub
parent 82b9f35c00
commit e7fc8a8ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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