Update payload.sh
parent
82b9f35c00
commit
e7fc8a8ccd
|
@ -19,8 +19,8 @@ PACKAGE_TO_INSTALL="nano"
|
||||||
LIST_PACKAGES=0
|
LIST_PACKAGES=0
|
||||||
LOG_DIR=/root/loot/package-installer
|
LOG_DIR=/root/loot/package-installer
|
||||||
|
|
||||||
function FAIL() { LED FAIL; exit }
|
function FAIL() { LED FAIL; exit; }
|
||||||
function SUCCESS() { LED FINISH; exit }
|
function SUCCESS() { LED FINISH; exit; }
|
||||||
|
|
||||||
LED SETUP
|
LED SETUP
|
||||||
# Make log file
|
# Make log file
|
||||||
|
|
Loading…
Reference in New Issue