diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-29 13:26:57 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-29 13:26:57 +0000 |
| commit | 535ecefb9189949e62d71062a1b668fe885f0fe0 (patch) | |
| tree | 0bc619da53014d2ed1137cde413f9b7e60389efa /debian/boca-common.postinst | |
| parent | 1b06668b95d393ba366b3568e555258a4706c90d (diff) | |
| parent | b117763dfafeec631c47a8fca6880400c5c6d854 (diff) | |
| download | boca-535ecefb9189949e62d71062a1b668fe885f0fe0.tar.gz boca-535ecefb9189949e62d71062a1b668fe885f0fe0.zip | |
Merge remote-tracking branch 'origin/develc' into devel
Diffstat (limited to 'debian/boca-common.postinst')
| -rw-r--r-- | debian/boca-common.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/boca-common.postinst b/debian/boca-common.postinst index d28de8a..0a35a35 100644 --- a/debian/boca-common.postinst +++ b/debian/boca-common.postinst @@ -1,5 +1,8 @@ #!/bin/bash +chmod 700 /usr/sbin/boca-config-dbhost +chmod 700 /usr/sbin/boca-fixssh + set -e . /usr/share/debconf/confmodule |