mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
9 lines
183 B
Bash
9 lines
183 B
Bash
#!/bin/sh
|
|
|
|
echo "*" >&2
|
|
echo "* To finish upgrading pdns-gui, please run the following script:" >&2
|
|
echo "* /usr/share/webapps/pdns-gui/batch/upgrade.sh" >&2
|
|
echo "*" >&2
|
|
|
|
exit 0
|