From: Mathieu Parent Date: Tue, 23 Feb 2010 15:12:01 +0000 (+0000) Subject: debian: proper file permissions when /opt/freeswitch is a symlink X-Git-Tag: v1.0.6~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4516bf4122c4b63606f6006e689bacef111949;p=thirdparty%2Ffreeswitch.git 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 --- 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/ ;;