Commit c015bd5
authored
Update hst-install-ubuntu.sh (hestiacp#4825)
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 404ee79 commit c015bd5
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