no more set x
This commit is contained in:
@@ -37,8 +37,7 @@ class ProvisionServer implements ShouldQueue, ShouldBeEncrypted
|
|||||||
// Download the provision script and execute it
|
// Download the provision script and execute it
|
||||||
// The script will run in the background
|
// The script will run in the background
|
||||||
$result = $ssh->execute([
|
$result = $ssh->execute([
|
||||||
'set -x',
|
'wget --quiet --output-document=provision.sh "' . $provisionScriptUrl . '"',
|
||||||
'wget --output-document=provision.sh "' . $provisionScriptUrl . '"',
|
|
||||||
'chmod +x provision.sh',
|
'chmod +x provision.sh',
|
||||||
'./provision.sh &',
|
'./provision.sh &',
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user