Files
dropshell-templates/squashkiwi-streaming/_paths.sh
Your Name 11ddc264eb
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 59s
docs: Add 42 files
2025-09-01 14:04:58 +12:00

14 lines
365 B
Bash
Executable File

#!/bin/bash
# Path configuration for squashkiwi-streaming
# get_squashkiwi_streaming_paths() {
# echo "${LOCAL_DATA_FOLDER}/config"
# echo "${LOCAL_DATA_FOLDER}/recordings"
# echo "${LOCAL_DATA_FOLDER}/config/overlay"
# echo "${LOCAL_DATA_FOLDER}/config/web"
# }
get_squashkiwi_streaming_paths() {
echo "path:localpath:${LOCAL_DATA_FOLDER}"
}