Update defaults.inc

This commit is contained in:
2019-02-11 00:16:50 -06:00
parent 01978a6ff7
commit 1319481a3d

View File

@@ -85,7 +85,7 @@ DISP_HEADER(){
done done
DIVIDER DIVIDER
if [ $(ls -1 ${FOLDER}/*.lastrun 2>/dev/null | wc -l) != 0 ];then if [ $(ls -1 ${FOLDER}/*.lastrun 2>/dev/null | wc -l) != 0 ];then
echo -e "Lastrun Items:" echo -e "${idsST[Bold]}Lastrun Items:${idsST[Reset]}"
for lastrun in ${FOLDER}/*.lastrun ; do for lastrun in ${FOLDER}/*.lastrun ; do
IFS='/'; lastrun_item=(${lastrun}); unset IFS IFS='/'; lastrun_item=(${lastrun}); unset IFS
lastrun_item=$(echo ${lastrun_item[4]} | sed "s/.lastrun//g") lastrun_item=$(echo ${lastrun_item[4]} | sed "s/.lastrun//g")