tweak for workflow

This commit is contained in:
silversword411 2021-03-01 19:11:01 -05:00 committed by GitHub
parent 072fbf4d60
commit 8d4ad3c405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,11 +25,11 @@ Download the restore script.
```bash
wget https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/restore.sh
chmod +x restore.sh
```
Call the restore script, passing it the backup file as the first argument:
```bash
chmod +x restore.sh
./restore.sh rmm-backup-XXXXXXXXX.tar
```