Commit 3d9fe2b
authored
Update hst-install-debian.sh (hestiacp#4824)
Added the command-line utility "at", which is used in several scripts including:
bin/v-dump-site
bin/v-dump-database
bin/v-add-user-sftp-key
bin/v-add-database-temp-user
bin/v-download-backup
bin/v-generate-ssl-cert
Not sure why it was missing but if it's not installed these scripts leave files and keys lying around and add vulnerability. "at" is persistent and will remember tasks even after a server reboot.1 parent c015bd5 commit 3d9fe2b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments