]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: proper file permissions when /opt/freeswitch is a symlink
authorMathieu Parent <math.parent@gmail.com>
Tue, 23 Feb 2010 15:12:01 +0000 (15:12 +0000)
committerMathieu Parent <math.parent@gmail.com>
Tue, 23 Feb 2010 15:12:01 +0000 (15:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16733 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/postinst

index 1d26c2a49910a7cd21abb3a1712277a4be097217..31a2536d4e683ba73e3284f972ba03528e185e11 100755 (executable)
@@ -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/
 
     ;;