diff options
-rwxr-xr-x | src/system/post-upgrade | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system/post-upgrade b/src/system/post-upgrade new file mode 100755 index 000000000..41b7c01ba --- /dev/null +++ b/src/system/post-upgrade @@ -0,0 +1,3 @@ +#!/bin/sh + +chown -R root:vyattacfg /config |