Skip to content

Commit

Permalink
Update lxc_autoscale_autoconf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 20, 2024
1 parent 458c16b commit a73d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale/lxc_autoscale_autoconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ read -p "💾 Do you want to save this configuration to /etc/lxc_autoscale/lxc_a
if [ "$confirm_save" == "yes" ]; then
# Save to /etc/lxc_autoscale/lxc_autoscale.yaml and restart the service
echo "$yaml_content" | tee /etc/lxc_autoscale/lxc_autoscale.yaml > /dev/null
echo "Configuratio saved to /etc/lxc_autoscale/lxc_autoscale.yaml."
echo "Configuration saved to /etc/lxc_autoscale/lxc_autoscale.yaml."
echo "🔄 Restarting lxc_autoscale.service..."
sudo systemctl restart lxc_autoscale.service
echo "✅ lxc_autoscale.service restarted."
Expand Down

0 comments on commit a73d16d

Please sign in to comment.