Browse Source

Merge branch 'unstable' of blezz-tech/sharix-open-webapp-base into unstable

1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/install_handlers.sh

+ 1 - 1
bin/install_handlers.sh

@@ -25,7 +25,7 @@ systemctl daemon-reload
 echo_success "Reloaded systemd daemon"
 
 for service in "${handlers[@]}"; do
-  echo "Enabling open_handler@${service}.service"
+  echo "Enabling handler@${service}.service"
   systemctl enable handler@"${service}".service
 done