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 8e58e27 commit 57a29bdCopy full SHA for 57a29bd
func/main.sh
@@ -4,7 +4,7 @@ HOMEDIR='/home'
4
BACKUP='/backup'
5
BACKUP_GZIP=9
6
BACKUP_DISK_LIMIT=95
7
-BACKUP_LA_LIMIT=5
+BACKUP_LA_LIMIT=`cat /proc/cpuinfo | grep processor | wc -l`
8
RRD_STEP=300
9
BIN=$HESTIA/bin
10
USER_DATA=$HESTIA/data/users/$user
@@ -1003,4 +1003,4 @@ download_file() {
1003
cp "$ARCHIVE_DIR/$filename" "$destination"
1004
fi
1005
1006
-}
+}
0 commit comments