rename script

This commit is contained in:
Daniel Seifert 2025-01-29 09:21:40 +01:00
parent 4466d4db72
commit 83a9a17e70
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ composer require d3/varbackup
Create a cronjob or execute the following script manually:
```
./vendor/bin/varbackup.sh
./vendor/bin/varbackup
```
## Customizing

View File

@ -19,5 +19,5 @@
"license": [
"MIT"
],
"bin": ["varbackup.sh"]
"bin": ["varbackup"]
}