From ba4516bf4122c4b63606f6006e689bacef111949 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Tue, 23 Feb 2010 15:12:01 +0000 Subject: [PATCH] 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 --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 1d26c2a499..31a2536d4e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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/ ;;