diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index bea5eb789..d8cb251d4 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1261,6 +1261,12 @@ if [ "$proftpd" = 'yes' ]; then currentservice='proftpd' ensure_startup $currentservice ensure_start $currentservice + + # Temporary ProFTPD fix for Debian12 + if [ "$release" -eq 12 ]; then + systemctl disable --now proftpd.socket + systemctl enable --now proftpd.service + fi fi