Skip to content

Commit 3b48577

Browse files
authored
Fix permissions early for BATS frontail test to work
Signed-off-by: Markus Storm <[email protected]>
1 parent a216931 commit 3b48577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: functions/nodejs-apps.bats

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ teardown_file() {
1515

1616
@test "installation-frontail_install" {
1717
echo -e "# ${COL_CYAN}$(timestamp) [openHABian] Frontail installation starting...${COL_DEF}" >&3
18+
setfacl -R -m g::rwX /var/log/openhab2
1819
run frontail_setup 3>&-
1920
if [ "$status" -ne 0 ]; then echo "$output" >&3; fi
2021
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)