Skip to content

Instantly share code, notes, and snippets.

@gigabyteservice
Last active April 12, 2022 23:11
Show Gist options
  • Save gigabyteservice/7c4bdbfb3a111ce0ba02493a33a48d1e to your computer and use it in GitHub Desktop.
Save gigabyteservice/7c4bdbfb3a111ce0ba02493a33a48d1e to your computer and use it in GitHub Desktop.
#/bin/bash
set -e
# set -e: Exit immediately if a command exits with a non-zero status.
mynickjibri=`uuidgen`
# change the nickname of jibri
sed -i "s/\(^\s*nickname\s*=\).*/\1 \"$mynickjibri\"/" \
/etc/jitsi/jibri/jibri.conf
systemctl restart jibri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment