1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

[fix] typo

This commit is contained in:
tituspijean 2020-03-23 17:59:14 +00:00
parent dae441deb5
commit 2e444078df

View file

@ -169,7 +169,7 @@ ynh_replace_string --match_string="__BINDPASSWORD__" --replace_string="$password
chown -R jellyfin:jellyfin "$plugins_path"
# Port config
ynh_replace_string --match_string="<HttpServerPortNumber>8096</HttpServerPortNumber>" --replace_string="<HttpServerPortNumber>$port</HttpServerPortNumber>" --target_file="/etc/jellyfin/sys$
ynh_replace_string --match_string="<HttpServerPortNumber>8096</HttpServerPortNumber>" --replace_string="<HttpServerPortNumber>$port</HttpServerPortNumber>" --target_file="/etc/jellyfin/system.xml"
#=================================================
# STORE THE CONFIG FILE CHECKSUM