Skip to content

Commit

Permalink
Update install_model.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent e66622e commit 6b62ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale_ml/install_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ YAML_CONF_PATH="${CONF_DIR}/lxc_autoscale_ml.yaml"
# Function to check and stop the service if running
stop_service_if_running() {
if systemctl is-active --quiet lxc_autoscale_ml.service; then
echo "🛑 Stopping LXC AutoScale Monitor service..."
echo "🛑 Stopping LXC AutoScale ML service..."
systemctl stop lxc_autoscale_ml.service
if [ $? -ne 0 ]; then
echo "❌ Error: Failed to stop the service."
Expand Down

0 comments on commit 6b62ad5

Please sign in to comment.