1
0
Fork 0
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:
navanchauhan 2022-08-01 15:19:19 -04:00
parent 1ea6865444
commit a5b30a00be

View file

@ -132,7 +132,7 @@ then
export GOPATH="$final_path/build/go"
export GOCACHE="$final_path/build/.cache"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app make dist
make dist
popd
ynh_remove_go
else