Переглянути джерело

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

Панюкова Александра Анатольевна 2 тижнів тому
батько
коміт
588e30b158
1 змінених файлів з 1 додано та 1 видалено
  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