mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[mod] tabulations inside f()
This commit is contained in:
parent
3e379d9fa8
commit
f266234ee6
1 changed files with 34 additions and 36 deletions
|
@ -1,7 +1,6 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||||
|
|
||||||
version="v1.6.25"
|
version="v1.6.25"
|
||||||
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
||||||
if [ $arch == "x64" ]; then
|
if [ $arch == "x64" ]; then
|
||||||
|
@ -40,7 +39,6 @@ ynh_app_setting_set "$app" redirected_urls "{'$domain/':'$domain/webui'}"
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG_NGINX () {
|
CONFIG_NGINX () {
|
||||||
# Configure Nginx
|
|
||||||
nginx_conf="../conf/nginx.conf"
|
nginx_conf="../conf/nginx.conf"
|
||||||
sed -i "s@YNH_EXAMPLE_PORT@$port@" $nginx_conf
|
sed -i "s@YNH_EXAMPLE_PORT@$port@" $nginx_conf
|
||||||
sed -i "s@YNH_EXAMPLE_DOMAIN@$domain@" $nginx_conf
|
sed -i "s@YNH_EXAMPLE_DOMAIN@$domain@" $nginx_conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue