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 832767f commit 77d4160Copy full SHA for 77d4160
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=$(cat /proc/cpuinfo | grep processor | wc -l)
+BACKUP_LA_LIMIT=$(cat /proc/cpuinfo | grep '^processor' | wc -l)
39
RRD_STEP=300
40
BIN=$HESTIA/bin
41
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
0 commit comments