mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update scripts/install
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
ae1a15bcfe
commit
4bf6a318b3
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ pushd $final_path/build/
|
||||||
ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -ldflags='-s -w' -o $final_path/live/
|
ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -ldflags='-s -w' -o $final_path/live/
|
||||||
popd
|
popd
|
||||||
pushd $final_path/build_ldap/
|
pushd $final_path/build_ldap/
|
||||||
ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -ldflags='-s -w' -o $final_path/live_ldap/
|
ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -ldflags='-s -w' -o $final_path/live_ldap/
|
||||||
popd
|
popd
|
||||||
ynh_remove_go
|
ynh_remove_go
|
||||||
ynh_secure_remove --file="$final_path/build/"
|
ynh_secure_remove --file="$final_path/build/"
|
||||||
|
|
Loading…
Reference in a new issue