mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
fix exec as
This commit is contained in:
parent
1ea6865444
commit
a5b30a00be
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ then
|
||||||
export GOPATH="$final_path/build/go"
|
export GOPATH="$final_path/build/go"
|
||||||
export GOCACHE="$final_path/build/.cache"
|
export GOCACHE="$final_path/build/.cache"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less sudo -u $app make dist
|
make dist
|
||||||
popd
|
popd
|
||||||
ynh_remove_go
|
ynh_remove_go
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue