Skip to content

Commit

Permalink
Merge pull request #1073 from OSC/scl-package
Browse files Browse the repository at this point in the history
Fix changes from #1072
  • Loading branch information
ericfranz authored Apr 23, 2021
2 parents 0d84729 + 3d4eab7 commit 43af62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ restorecon -R %{_localstatedir}/log/ondemand-nginx
restorecon -R %{_localstatedir}/www/ood

%preun
if [ "$1" -eq 0 ]; then
/opt/ood/nginx_stage/sbin/nginx_stage nginx_clean --force &>/dev/null || :
fi

Expand Down

0 comments on commit 43af62c

Please sign in to comment.