Implemented validate function to substitute trigger directory

This commit is contained in:
2024-01-29 19:49:51 +01:00
parent 7b00a6584b
commit ee685ecb0a
2 changed files with 24 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ For more detailed information about the script's workings, refer to the comments
To use this script, clone this repository to your local system and run the script with the necessary arguments. The command should be structured as follows:
```bash
bash cleanup.sh BACKUP_HASH TRIGGER_DIRECTORY
bash cleanup.sh BACKUP_HASH
```
Replace ```BACKUP_HASH``` and ```TRIGGER_DIRECTORY``` with your actual values.