ipsilon: no python2, use python3 here.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-11 02:03:11 +00:00 committed by Pierre-Yves Chibon
parent b302f29648
commit 13cf92b760

View file

@ -45,7 +45,7 @@ data:
# Clean up previous runs
rm -rf /httpdir/*
# Generate SAML2 metadata - must happen before start or init will fail
python /etc/ipsilon/prepare_saml2.py
python3 /etc/ipsilon/prepare_saml2.py
# Prepare and start httpd
mkdir /httpdir/run
ln -s /etc/httpd/modules /httpdir/modules