debian/littlebird-tc-core.postinst
changeset 3 473e22d3230f
parent 1 5a522231424b
child 11 24417d8949b5
equal deleted inserted replaced
2:e503cd76d135 3:473e22d3230f
    19 
    19 
    20 
    20 
    21 case "$1" in
    21 case "$1" in
    22     configure)
    22     configure)
    23 
    23 
    24     DIR=/srv/www/littlebird/TrustCenter/Data
    24     DIR=/srv/www/littlebird/TrustCenter/data
    25     chown -R :www-data "$DIR"
    25     chown -R :www-data "$DIR"
    26     chmod -R g+w "$DIR"
    26     chmod -R g+w "$DIR"
    27 
    27 
    28     ;;
    28     ;;
    29 
    29