mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
security fix / thanks to Christopher Tarquini
This commit is contained in:
parent
ba14a64499
commit
757e065602
636 changed files with 680 additions and 637 deletions
|
@ -20,4 +20,8 @@ if [ -x "/usr/local/vesta/upd/fix_sessions.sh" ]; then
|
|||
/usr/local/vesta/upd/fix_sessions.sh
|
||||
fi
|
||||
|
||||
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
||||
/usr/local/vesta/upd/fix_nginx_auth.sh
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -39,6 +39,9 @@ if [ $1 -ge 2 ]; then
|
|||
if [ -e /usr/local/vesta/upd/fix_sessions.sh ]; then
|
||||
/usr/local/vesta/upd/fix_sessions.sh
|
||||
fi
|
||||
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
||||
/usr/local/vesta/upd/fix_nginx_auth.sh
|
||||
fi
|
||||
fi
|
||||
%files
|
||||
%{_vestadir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue