debian: proper file permissions when /opt/freeswitch is a symlink

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16733 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Parent 2010-02-23 15:12:01 +00:00
parent 1bc16199a5
commit ba4516bf41
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -30,8 +30,8 @@ case "$1" in
fi
mkdir -p /opt/freeswitch
chown -R freeswitch:daemon /opt/freeswitch
chmod -R o-rwx /opt/freeswitch
chown -R freeswitch:daemon /opt/freeswitch/
chmod -R o-rwx /opt/freeswitch/
;;