We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e12fe6 commit e8f89ebCopy full SHA for e8f89eb
func/main.sh
@@ -35,7 +35,7 @@ HOMEDIR='/home'
35
BACKUP='/backup'
36
BACKUP_GZIP=9
37
BACKUP_DISK_LIMIT=95
38
-BACKUP_LA_LIMIT=$(time grep -c '^processor' /proc/cpuinfo)
+BACKUP_LA_LIMIT=$(grep -c '^processor' /proc/cpuinfo)
39
RRD_STEP=300
40
BIN=$HESTIA/bin
41
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
0 commit comments