Skip to content
Snippets Groups Projects
Commit eba6c56c authored by Sertonix's avatar Sertonix Committed by Kevin Daudt
Browse files

main/apache2-mod-wsgi: simplify post-install script

parent ae19996b
No related branches found
No related tags found
1 merge request!56565main/apache2-mod-wsgi: simplify post-install script
Pipeline #198688 skipped
......@@ -3,7 +3,7 @@
pkgname=apache2-mod-wsgi
_realname=mod_wsgi
pkgver=4.9.4
pkgrel=2
pkgrel=3
pkgdesc="Python WSGI Module for Apache2"
url="https://github.com/GrahamDumpleton/mod_wsgi"
arch="all"
......
#!/bin/sh
echo "*" >&2
echo "* To finish installing apache2-mod-wsgi:" >&2
echo "* 1) See if you need to modify the apache2 config:" >&2
echo "* /etc/apache2/conf.d/wsgi-module.conf" >&2
echo "* 2) Restart apache2 when done." >&2
echo "*" >&2
cat <<EOF >&2
*
* To finish installing apache2-mod-wsgi:
* 1) See if you need to modify the apache2 config:
* /etc/apache2/conf.d/wsgi-module.conf
* 2) Restart apache2 when done.
*
EOF
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment