no more set x

This commit is contained in:
2025-03-30 15:21:24 +00:00
parent 45ab964bfb
commit ac77d80dff

View File

@@ -37,8 +37,7 @@ class ProvisionServer implements ShouldQueue, ShouldBeEncrypted
// Download the provision script and execute it
// The script will run in the background
$result = $ssh->execute([
'set -x',
'wget --output-document=provision.sh "' . $provisionScriptUrl . '"',
'wget --quiet --output-document=provision.sh "' . $provisionScriptUrl . '"',
'chmod +x provision.sh',
'./provision.sh &',
]);