mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 19:50:17 +00:00
[GHA] FIX don't cd to other folders
This commit is contained in:
parent
a1864b57ed
commit
911d113185
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ printf "\n"
|
||||||
echo "${bold}${green}---------------"
|
echo "${bold}${green}---------------"
|
||||||
echo "${bold}${green}Reloading Nginx"
|
echo "${bold}${green}Reloading Nginx"
|
||||||
echo "${bold}${green}---------------"
|
echo "${bold}${green}---------------"
|
||||||
sudo nginx -t && sudo nginx -s reload
|
sudo nginx -t && sudo systemctl reload nginx
|
||||||
}
|
}
|
||||||
|
|
||||||
waitforReload () {
|
waitforReload () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue