web_cmd: maybe now is fixed

This commit is contained in:
pedro 2024-03-15 09:37:04 +01:00
parent af4015891b
commit ff18ceae0d
1 changed files with 2 additions and 3 deletions

View File

@ -17,10 +17,9 @@ main() {
printf "%s" "${cmd}" > "${flagf}"
deployment="${deployment:-prod}"
printf "requested command:\n %s\n" "${cmd}"
${cmd} &
${cmd}
rm "${flagf}"
fi
rm "${flagf}"
}
main "${@}"