df can hang
This commit is contained in:
@@ -125,7 +125,9 @@ function send_diagnostics() {
|
||||
fi
|
||||
|
||||
echo -e $LINE"Filesystem stats"$LINE >> $log
|
||||
df -h &>> $log
|
||||
if ! timeout --kill-after 10s 15s df -h &>> $log 2>&1; then
|
||||
echo -e "df is not responding" >> $log
|
||||
fi
|
||||
|
||||
echo -e $LINE"Appsdata stats"$LINE >> $log
|
||||
du -hcsL /home/yellowtent/appsdata/* &>> $log || true
|
||||
|
||||
Reference in New Issue
Block a user