Made fatal errors clearer and fixed bug in fetch script

This commit is contained in:
2025-02-06 21:18:55 +02:00
parent 0d3d3fafb2
commit ce9813a2af
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -43,3 +43,6 @@ if [ -n "$DISPLAY_PROTOCOL" ]; then
done
fi
[ -n "$DE_WM" ] && echo -e "${C3}DE/WM: ${C4}${DE_WM}"
# Exiting with error code 0 in case the condition above returns 1
exit 0