fix(installer): chown data dir after smoke test so service can write
This commit is contained in:
parent
ed9710d704
commit
e8906df62e
1 changed files with 3 additions and 0 deletions
|
|
@ -477,6 +477,9 @@ fi
|
|||
|
||||
kill $SMOKE_PID 2>/dev/null; wait $SMOKE_PID 2>/dev/null
|
||||
|
||||
# Ensure data files are owned by service user
|
||||
$SUDO chown -R "$SVC_USER:$SVC_USER" "$DATA_DIR"
|
||||
|
||||
# ============================================================
|
||||
# SUMMARY
|
||||
# ============================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue