Update payload.sh
parent
82b9f35c00
commit
e7fc8a8ccd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue