Tweak scripts docs (#13937)

- Tweak verbiage to make the docs look better.
This commit is contained in:
Noah Talerman
2023-09-15 09:44:13 -04:00
committed by GitHub
parent 12e748a325
commit 93424e08c5
+5 -2
View File
@@ -47,9 +47,12 @@ osascript -e 'tell application "Finder" to set desktop picture to POSIX file "'"
### Step 3: Run the script
1. Run the `fleetctl run-script --script_path=set-wallpaper-to-fleet.sh --host=hostname` command.
1. Run this fleetctl command:
```
fleetctl run-script --script_path=set-wallpaper-to-fleet.sh --host=hostname`
```
> Replace --host flag with your target host's hostname respectively.
> Replace --host flag with your target host's hostname.
2. Look at the on-screen information. In the output you'll see the script's exit code and output.