~dricottone/huttese-apk

ref: 6e8b8060f28fade79d3413b9ebd06befc1e661df huttese-apk/sr.ht/todo.sr.ht/todo.sr.ht.post-upgrade -rw-r--r-- 104 bytes
6e8b8060 — Drew DeVault Add fcgiwrap 5 years ago
                                                                                
1
2
3
4
5
6
#!/bin/sh
conf=/etc/sr.ht/alembic/todo.ini
if [ -e "$conf" ]
then
	alembic-3 -c "$conf" upgrade head
fi