File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838if [ " $is_upgrade " = true ]; then
3939 # UPGRADE: Restart service if it was running, otherwise leave it alone
4040 if [ " $was_running " = true ]; then
41- echo " Restarting ups-monitor service..."
41+ echo " Restarting Eneru service..."
4242 systemctl restart eneru.service
4343 fi
4444 # Silent upgrade - no instructions needed
Original file line number Diff line number Diff line change 2525if [ " $is_removal " = true ]; then
2626 # ACTUAL REMOVAL: Stop and disable the service
2727 if systemctl is-active --quiet eneru.service 2> /dev/null; then
28- echo " Stopping ups-monitor service..."
28+ echo " Stopping Eneru service..."
2929 systemctl stop eneru.service
3030 fi
3131
3232 if systemctl is-enabled --quiet eneru.service 2> /dev/null; then
33- echo " Disabling ups-monitor service..."
33+ echo " Disabling Eneru service..."
3434 systemctl disable eneru.service
3535 fi
3636fi
You can’t perform that action at this time.
0 commit comments