Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Nov 4, 2024
1 parent ae24d2a commit 813bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/seagl-setup-app
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function get_config_value() {
if [ "$arg" == obs ]; then
keyset=$(cat /var/lib/seagl/rtmp-keyset)
rtmp_key=$(get_config_value .rtmpKeys.$keyset.$(cat /var/lib/seagl/room-id))
sed -i "s/__YOUTUBE_STREAM_KEY__/$rtmp_key/" ~/.var/app/com.obsproject.Studio/basic/profiles/Untitled/service.json
sed -i "s/__YOUTUBE_STREAM_KEY__/$rtmp_key/" ~/.var/app/com.obsproject.Studio/config/obs-studio/basic/profiles/Untitled/service.json
start_and_link_app com.obsproject.Studio
elif [ "$arg" == nextcloud ]; then
nextcloud --userid 2024laptops --apppassword "$(get_config_value .nextcloudAppPassword)" --isvfsenabled 0 --serverurl 'https://cloud.seagl.org/' --localdirpath /home/seagloperator/Nextcloud
Expand Down

0 comments on commit 813bcf8

Please sign in to comment.