~dricottone/huttese-apk

ref: 601e65af63f22f63a0a4b2c5fd54e9c119ee3029 huttese-apk/sr.ht/git.sr.ht/git.sr.ht.post-upgrade -rw-r--r-- 104 bytes
601e65af — Drew DeVault Add logs to init files 5 years ago
                                                                                
1
2
3
4
5
6
#!/bin/sh
conf=/etc/sr.ht/alembic/meta.ini
if [ -e "$conf" ]
then
	alembic-3 -c "$conf" upgrade head
fi