summarylogtreecommitdiffstats
path: root/shlink.install
diff options
context:
space:
mode:
Diffstat (limited to 'shlink.install')
-rw-r--r--shlink.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/shlink.install b/shlink.install
index 08e9ff32d1bf..d1d26c341c0e 100644
--- a/shlink.install
+++ b/shlink.install
@@ -1,9 +1,12 @@
post_upgrade(){
- echo "Shlink has been updated successfully.
+ 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
}