summarylogtreecommitdiffstats
path: root/shlink.install
blob: d1d26c341c0e0039bf52eb058a18309a5da450d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_upgrade(){
 cat <<INFO

Shlink has been updated successfully.
Please run \`sudo -u http php /usr/share/webapps/shlink/bin/update\`
to migrate the database and configure new options.
You can find more information here:

https://github.com/shlinkio/shlink/#update-to-new-version

INFO
}