Update defaults.inc
This commit is contained in:
@@ -85,7 +85,7 @@ DISP_HEADER(){
|
||||
done
|
||||
DIVIDER
|
||||
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
|
||||
IFS='/'; lastrun_item=(${lastrun}); unset IFS
|
||||
lastrun_item=$(echo ${lastrun_item[4]} | sed "s/.lastrun//g")
|
||||
|
||||
Reference in New Issue
Block a user