Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit 1025494

Browse files
authored
Merge pull request #124 from WinkelB/patch-1
Persistent Customization Folders
2 parents 3f63497 + 10f191c commit 1025494

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ app_setup_block: |
6666
6767
# changelog
6868
changelogs:
69+
- { date: "22.06.20:", desc: "Added Support for persistent Customization Folders." }
6970
- { date: "26.03.20:", desc: "Switch to using the openvpn-as repo for packages." }
7071
- { date: "29.08.19:", desc: "Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users." }
7172
- { date: "27.08.19:", desc: "Add new clients package to install and upgrade process." }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -f /version.txt ]; then
4040
echo "backing up as.conf"
4141
cp /config/etc/as.conf /config/backup/as.conf
4242
cd /config || exit
43-
rm -rf !("backup"|"log")
43+
rm -rf !("backup"|"log"|"custom-cont-init.d"|"custom-services.d")
4444
apt-get update && \
4545
apt-get install -y \
4646
openvpn-as=$OPENVPNAS_VERSION

0 commit comments

Comments
 (0)