diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3054263c39..95cb7d7076 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Bug fixes: - DietPi daily cron | Resolved an issue where daily APT update checks failed if daily DietPi update checks were disabled. Many thanks to @lz1aam for reporting this issue: https://github.com/MichaIng/DietPi/issues/6651 - DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: https://github.com/MichaIng/DietPi/issues/6636#issuecomment-1734427451 - DietPi-Software | Resolved an issue where motionEye failed to build on Bullseye systems since piwheels currently have no wheel for the latest Pillow version. +- DietPi-Software | frp: Resolved an issue where the frp client could not connect to the frp server, because of missing spaces around the equal sign for the token setting in /etc/frp/frpc.ini. Many thanks to @josemahj for reporting this issue: https://github.com/MichaIng/DietPi/issues/6647 As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 9fd78c6ecf..b541c1e2b9 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -6775,7 +6775,7 @@ admin_port = 7400 admin_user = admin admin_pwd = $GLOBAL_PW -token=$token +token = $token _EOF_ G_EXEC chmod 0660 /etc/frp/frpc.ini G_EXEC chown root:frp /etc/frp/frpc.ini