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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user