ソースを参照

doc: Fix #478 - easy.cfg typo [skip ci]

jamesread 1 年間 前
コミット
851d0dac84
1 ファイル変更2 行追加1 行削除
  1. 2 1
      config.yaml

+ 2 - 1
config.yaml

@@ -65,6 +65,7 @@ actions:
   #
   #
   # Docs: https://docs.olivetin.app/action-ping.html
   # Docs: https://docs.olivetin.app/action-ping.html
   - title: Ping host
   - title: Ping host
+    id: ping_host
     shell: ping {{ host }} -c {{ count }}
     shell: ping {{ host }} -c {{ count }}
     icon: ping
     icon: ping
     timeout: 100
     timeout: 100
@@ -147,7 +148,7 @@ actions:
     id: restart_httpd
     id: restart_httpd
     icon: restart
     icon: restart
     timeout: 1
     timeout: 1
-    shell: ssh -F /config/ssh/easy.cg root@server1 'service httpd restart'
+    shell: ssh -F /config/ssh/easy.cfg root@server1 'service httpd restart'
 
 
   # Lots of people use OliveTin to build web interfaces for their electronics
   # Lots of people use OliveTin to build web interfaces for their electronics
   # projects. It's best to install OliveTin as a native package (eg, .deb), and
   # projects. It's best to install OliveTin as a native package (eg, .deb), and