Fixed debian postinst, v2
This commit is contained in:
parent
57f794cc59
commit
da16b5ef7e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ if [[ "$1" == "configure" ]]; then
|
|||
fi
|
||||
|
||||
chown matemat:matemat -R /var/lib/matemat
|
||||
find /var/lib/matemat -type d -exec chmod 0750 {}
|
||||
find /var/lib/matemat -type f -exec chmod 0640 {}
|
||||
find /var/lib/matemat -type d -exec chmod 0750 {} \;
|
||||
find /var/lib/matemat -type f -exec chmod 0640 {} \;
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue