Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit c0c6351

Browse files
committed
Fix backup/restore in webgui
1 parent 639379d commit c0c6351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/etc/cont-init.d/30-config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fi
2020

2121
# set permissions for /config
2222
chown -R abc:abc \
23-
/config
23+
/config \
24+
/tmp
2425
chmod -R 764 \
2526
/config

0 commit comments

Comments
 (0)