Skip to content

Commit

Permalink
removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Oct 18, 2023
1 parent 9b771f9 commit b613a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ if [ ${TESTS['iscagentrunning']} -eq 1 ]; then
TESTS['webconfig']=0
fi
else
TESTS['exposed'] = 0
TESTS['webconfig'] = 0
TESTS['exposed']=0
TESTS['webconfig']=0
fi
diskspace=$(df --output=pcent . | tail -1 | tr -d '% ')
if [[ $d -lt 80 ]]; then
Expand Down

0 comments on commit b613a02

Please sign in to comment.