Fix: Weather service now uses the proper units on startup (#975)

* Fix: Weather service now uses the proper units on startup

* Fix: Screen recorder now creates the needed directory
This commit is contained in:
Jas Singh
2025-06-01 18:56:38 -07:00
committed by GitHub
parent 9698f9be7c
commit 5c2bc9bc6d
3 changed files with 7 additions and 34 deletions

View File

@@ -39,8 +39,8 @@ startRecording() {
# Ensure output directory exists
if [ ! -d "$outputDir" ]; then
echo "Error: Output directory '$outputDir' does not exist."
exit 1
mkdir -p "$outputDir"
echo "Created output directory: $outputDir"
fi
# Generate output filename and path