mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Temporary ProFTPD fix for Debian12
This commit is contained in:
parent
fdff356aa7
commit
ebd100521f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue