Hello, as i see there are some changes in master rc scripts in /ispconfig/isp/conf directory from release to release. Do i have to replace scripts for previously created users or will they replaced automatically somehow? Thank you, T.
The scripts will be updated when the user is updated the next time. If you want to force an update on all users, execute this SQL stament in the ISPConfig database: update isp_isp_user SET status = 'u' WHERE status = ''; Then change a setting of one user in the ISPConfig interface, hit save and all users where updated with the latest scripts.