瀏覽代碼

Missing r

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