umbrel-apps/librespeed/hooks/post-update
2023-09-20 11:05:01 -07:00

4 lines
130 B
Bash
Executable File

#!/usr/bin/env bash
# restart app so that new port number is sourced correctly
"${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" &