mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
8 lines
167 B
Bash
Executable file
8 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
echo
|
|
echo "* Please run:"
|
|
echo "*"
|
|
echo "* 'python3 /usr/share/webapps/netbox/manage.py migrate'"
|
|
echo "*"
|
|
echo "* in order to complete the upgrade."
|
|
echo
|