diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config b/debian/config index c532825..9e36d43 100644 --- a/debian/config +++ b/debian/config @@ -17,7 +17,7 @@ fi if [ -z "$CUR_DIRMODE" ] then - CUR_DIRMODE="0755" # this is adduser's default + CUR_DIRMODE="0751" # this is adduser's default fi if [ "$CUR_DIRMODE" = "0755" ] || [ "$CUR_DIRMODE" = "755" ] |