Bob Mottram 8 年 前
コミット
82d57fa7fc
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5
    5
      src/freedombone-app-turtl

+ 5
- 5
src/freedombone-app-turtl ファイルの表示

777
     systemctl start turtl
777
     systemctl start turtl
778
 }
778
 }
779
 
779
 
780
-function install_tutl_api {
780
+function install_turtl_api {
781
     # https://github.com/ArthurGarnier/turtl-docker
781
     # https://github.com/ArthurGarnier/turtl-docker
782
     apt-get -yq install wget libterm-readline-perl-perl gcc libuv1-dev
782
     apt-get -yq install wget libterm-readline-perl-perl gcc libuv1-dev
783
 
783
 
915
     turtl_setup
915
     turtl_setup
916
 }
916
 }
917
 
917
 
918
-function install_tutl_app {
918
+function install_turtl_app {
919
     echo -n ''
919
     echo -n ''
920
 }
920
 }
921
 
921
 
922
-function install_tutl {
923
-    install_tutl_api
924
-    install_tutl_app
922
+function install_turtl {
923
+    install_turtl_api
924
+    install_turtl_app
925
 
925
 
926
     #systemctl restart nginx
926
     #systemctl restart nginx
927
 
927