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

Commit ae0bd0e

Browse files
authored
Merge pull request #26 from linuxserver/backup_master
Fix backup/restore in webgui
2 parents 639379d + 77cda97 commit ae0bd0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The user manual is available at [www.domoticz.com][appurl]
107107

108108
## Versions
109109

110+
+ **01.07.18:** Fix backup/restore in webgui.
110111
+ **03.04.18:** Add dependencies for BroadlinkRM2 plugin.
111112
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
112113
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.

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)