diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-10-09 19:34:53 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-10-09 19:34:53 +0200 |
commit | af4186db5efb2c60308824d58ff310d22e96e76b (patch) | |
tree | f537eb7d7ed49b5f13915d4006ecaa76558cec93 /src/system | |
parent | 9be759b8bb233c2da6d5a50ebc44f64918c76d8c (diff) | |
parent | 0d57cba02d6fe64ec9a1f3d6243a8de3bb925c4c (diff) | |
download | vyos-1x-af4186db5efb2c60308824d58ff310d22e96e76b.tar.gz vyos-1x-af4186db5efb2c60308824d58ff310d22e96e76b.zip |
Merge branch 'crux' of github.com:vyos/vyos-1x into crux
Diffstat (limited to 'src/system')
-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 |