Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa authored Jan 20, 2024
1 parent 196b56a commit 896636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://stackoverflow.com/a/44864004 for the sed GNU/BSD compatible hack

function update_config {
echo "Upadting ${1^} configuration..."
echo "Updating ${1^} configuration..."
until [ -f ./$1/config.xml ]
do
sleep 5
Expand All @@ -19,7 +19,7 @@ for container in $(docker ps --format '{{.Names}}'); do
if [[ $container =~ ^(radarr|sonarr|lidarr|prowlarr)$ ]]; then
update_config $container
elif [[ $container =~ ^(jellyfin)$ ]]; then
echo "Upadting ${container^} configuration..."
echo "Updating ${container^} configuration..."
until [ -f ./$container/network.xml ]; do
sleep 5
done
Expand Down

0 comments on commit 896636f

Please sign in to comment.