nginx_build_script : fix boring variable issue :(

This commit is contained in:
minoplhy 2023-10-31 02:54:20 +07:00
parent 8f4b48f9b5
commit 77c05ef6e8
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
HOMEDIRECTORY = ~/nginx_scriptbox HOMEDIRECTORY=~/nginx_scriptbox
rm -rf $HOMEDIRECTORY rm -rf $HOMEDIRECTORY
curl -sSL https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/packages.sh | bash curl -sSL https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/packages.sh | bash