Update update_services.sh
This commit is contained in:
@@ -19,6 +19,12 @@ set_hostname() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
install_ftpd() {
|
||||||
|
if ! [ -f /etc/ftpuseres ];then
|
||||||
|
apt -y install ftpd
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
update_system() {
|
update_system() {
|
||||||
apt update && apt -y upgrade
|
apt update && apt -y upgrade
|
||||||
}
|
}
|
||||||
@@ -546,6 +552,7 @@ install_selected_services() {
|
|||||||
create_necessary_dirs
|
create_necessary_dirs
|
||||||
generate_BirdDB
|
generate_BirdDB
|
||||||
install_cleanup_cron
|
install_cleanup_cron
|
||||||
|
install_ftpd
|
||||||
systemctl restart php${php_version}-fpm
|
systemctl restart php${php_version}-fpm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user