mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
check_large_files.bash: whitespace
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
||||||
# Check for large files and purge the ones requested #
|
# Check for large files and purge the ones requested #
|
||||||
# #
|
# #
|
||||||
# The -a switch will automatically purge core files when there #
|
# The -a switch will automatically purge core files when there #
|
||||||
# is only 5GB of space left on filesystem. #
|
# is only 5GB of space left on filesystem. #
|
||||||
# #
|
# #
|
||||||
# To install as a cron-job, add the following line to /etc/crontab: #
|
# To install as a cron-job, add the following line to /etc/crontab: #
|
||||||
# 1 * * * * root /home/lanforge/scripts/check_large_files.sh -a 2>&1 | logger -t check_large_files
|
# 1 * * * * root /home/lanforge/scripts/check_large_files.sh -a 2>&1 | logger -t check_large_files #
|
||||||
# #
|
# #
|
||||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- #
|
||||||
# set -x
|
# set -x
|
||||||
# set -e
|
# set -e
|
||||||
# these are default selections
|
# these are default selections
|
||||||
|
|||||||
Reference in New Issue
Block a user