
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 59s
14 lines
365 B
Bash
Executable File
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}"
|
|
} |