28a3e394d80c6ecdd51d201ad9ad96f700e47720
The installation script had a critical bug where it created the config directory in the script runner's home directory instead of the target user's home directory. This caused "permission denied" errors when the systemd service tried to run as the target user. Changes: - Fixed CONFIG_DIR to use $TARGET_HOME instead of $HOME - Updated config path replacements to use $TARGET_HOME - Added ownership change after config creation when running as different user - Created fix_talkkonnect_permissions.sh script to repair existing installations - Added comprehensive TALKKONNECT_SETUP.md with troubleshooting guide This fixes the "open /home/user/.config/talkkonnect/talkkonnect.xml: permission denied" error.
Languages
Shell
94.1%
JavaScript
4.7%
HTML
0.9%
CSS
0.3%