We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce4558 commit 0ae02d4Copy full SHA for 0ae02d4
debian/cnb-cache-sqlite.postinst
@@ -35,6 +35,11 @@ configure)
35
cat /etc/cnb-cache/cnb-cache.env
36
echo "############################"
37
38
+ if [ ! -f /var/lib/dbconfig-common/sqlite3/cnb-cache/cnb-cache ]; then
39
+ install -o cnb-cache -g cnb-cache -m 0644 /dev/null /var/lib/dbconfig-common/sqlite3/cnb-cache/cnb-cache
40
+ fi
41
+
42
43
phinx migrate -c /usr/lib/cnb-cache/phinx-adapter.php
44
45
if [ -f /var/lib/cnb-cache/cnb-cache ]; then
0 commit comments