ipsilon: no python2, use python3 here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b302f29648
commit
13cf92b760
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ data:
|
||||||
# Clean up previous runs
|
# Clean up previous runs
|
||||||
rm -rf /httpdir/*
|
rm -rf /httpdir/*
|
||||||
# Generate SAML2 metadata - must happen before start or init will fail
|
# 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
|
# Prepare and start httpd
|
||||||
mkdir /httpdir/run
|
mkdir /httpdir/run
|
||||||
ln -s /etc/httpd/modules /httpdir/modules
|
ln -s /etc/httpd/modules /httpdir/modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue