~dricottone/huttese-apk

ref: b0705c9fb3915f957070057ffa28312b94971e24 huttese-apk/sr.ht/todo.sr.ht/todo.sr.ht.post-upgrade -rw-r--r-- 104 bytes
b0705c9f — Drew DeVault Fix misaka in buildall.yml 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