Missing r
This commit is contained in:
parent
f2c09321c6
commit
82d57fa7fc
|
@ -777,7 +777,7 @@ __ENDCONFIG__
|
||||||
systemctl start turtl
|
systemctl start turtl
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_tutl_api {
|
function install_turtl_api {
|
||||||
# https://github.com/ArthurGarnier/turtl-docker
|
# https://github.com/ArthurGarnier/turtl-docker
|
||||||
apt-get -yq install wget libterm-readline-perl-perl gcc libuv1-dev
|
apt-get -yq install wget libterm-readline-perl-perl gcc libuv1-dev
|
||||||
|
|
||||||
|
@ -915,13 +915,13 @@ __ENDCONFIG__
|
||||||
turtl_setup
|
turtl_setup
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_tutl_app {
|
function install_turtl_app {
|
||||||
echo -n ''
|
echo -n ''
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_tutl {
|
function install_turtl {
|
||||||
install_tutl_api
|
install_turtl_api
|
||||||
install_tutl_app
|
install_turtl_app
|
||||||
|
|
||||||
#systemctl restart nginx
|
#systemctl restart nginx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue