File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ RHOST='apt.hestiacp.com'
1111GPG=' gpg.hestiacp.com'
1212VERSION=' debian'
1313HESTIA=' /usr/local/hestia'
14- LOG=" /root/hst_install_backups/$( date +%s ) .log"
14+ LOG=" /root/hst_install_backups/hst_install- $( date +%d%m%Y%H%M ) .log"
1515memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
16- hst_backups=" /root/hst_install_backups/$( date +%s ) "
16+ hst_backups=" /root/hst_install_backups/$( date +%d%m%Y%H%M ) "
1717arch=$( uname -i)
1818os=' debian'
1919release=$( cat /etc/debian_version| grep -o [0-9]| head -n1)
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ RHOST='apt.hestiacp.com'
1111GPG=' gpg.hestiacp.com'
1212VERSION=' ubuntu'
1313HESTIA=' /usr/local/hestia'
14- LOG=" /root/hst_install_backups/$( date +%s ) .log"
14+ LOG=" /root/hst_install_backups/hst_install- $( date +%d%m%Y%H%M ) .log"
1515memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
16- hst_backups=" /root/hst_install_backups/$( date +%s ) "
16+ hst_backups=" /root/hst_install_backups/$( date +%d%m%Y%H%M ) "
1717arch=$( uname -i)
1818os=' ubuntu'
1919release=" $( lsb_release -s -r) "
You can’t perform that action at this time.
0 commit comments