Author: osallou-guest Date: 2011-03-14 08:56:24 +0000 (Mon, 14 Mar 2011) New Revision: 6266
Modified: trunk/packages/gbrowse/trunk/debian/postinst Log: set correct rights to sqlite database Modified: trunk/packages/gbrowse/trunk/debian/postinst =================================================================== --- trunk/packages/gbrowse/trunk/debian/postinst 2011-03-14 08:47:01 UTC (rev 6265) +++ trunk/packages/gbrowse/trunk/debian/postinst 2011-03-14 08:56:24 UTC (rev 6266) @@ -21,6 +21,7 @@ # Initialize account database perl /usr/bin/gbrowse_metadb_config chown -R www-data:www-data /var/cache/gbrowse2/sessions +chown www-data:www-data /usr/share/gbrowse2/databases/users.sqlite if [ -e /etc/apache2/conf.d ] _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
