mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
typo
This commit is contained in:
parent
46be701296
commit
34fb3a94d4
3 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ if [ "$node_type" == "client" ]
|
|||
then
|
||||
if [ $driver_lxc -eq 1 ]
|
||||
then
|
||||
$client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
ynh_exec_warn_less ynh_install_go --go_version=$go_version
|
||||
fi
|
||||
ynh_install_app_dependencies $client_pkg_dependencies
|
||||
|
|
|
@ -81,7 +81,7 @@ if [ "$node_type" == "client" ]
|
|||
then
|
||||
if [ $driver_lxc -eq 1 ]
|
||||
then
|
||||
$client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
fi
|
||||
ynh_install_app_dependencies $client_pkg_dependencies
|
||||
fi
|
||||
|
|
|
@ -95,7 +95,7 @@ if [ "$node_type" == "client" ]
|
|||
then
|
||||
if [ $driver_lxc -eq 1 ]
|
||||
then
|
||||
$client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
client_pkg_dependencies="$client_pkg_dependencies $client_lxc_pkg_dependencies"
|
||||
ynh_exec_warn_less ynh_install_go --go_version=$go_version
|
||||
fi
|
||||
ynh_install_app_dependencies $client_pkg_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue