add ssh to salt list

Signed-off-by: Aaron Murray <plugins@omv-extras.org>
This commit is contained in:
Aaron Murray 2024-07-15 12:22:58 -05:00
parent 0287f22581
commit e95520f092

View File

@ -2,7 +2,7 @@
# #
# shellcheck disable=SC1090,SC1091,SC1117,SC2016,SC2046,SC2086 # shellcheck disable=SC1090,SC1091,SC1117,SC2016,SC2046,SC2086
# #
# version: 0.0.8 # version: 0.0.9
# #
if [[ $(id -u) -ne 0 ]]; then if [[ $(id -u) -ne 0 ]]; then
@ -78,7 +78,7 @@ chmod +x "${mkaptidx_path}"
echo "Rebuild apt index ..." echo "Rebuild apt index ..."
omv-mkaptidx omv-mkaptidx
sudo omv-salt deploy run nginx phpfpm sudo omv-salt deploy run nginx phpfpm ssh
sudo systemctl restart nginx sudo systemctl restart nginx
sudo systemctl restart php8.2-fpm sudo systemctl restart php8.2-fpm