Skip to content

Commit 4fdc781

Browse files
committed
Only whitespace changes.
1 parent 58b28f5 commit 4fdc781

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mig/install/migstats-template.sh.cronjob

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
# We default to include disk use for gluster and lustre mounts and write
66
# reports in various file formats
7-
su - mig -c "PYTHONPATH=__MIG_BASE__ mig/server/usagestats.py -t 'fuse.glusterfs lustre' -s AUTO -o 'txt json pickle csv'"
7+
su - mig -c "PYTHONPATH=__MIG_BASE__ mig/server/usagestats.py -t 'fuse.glusterfs lustre' -s AUTO -o 'txt json pickle csv'"
88

99
exit 0

mig/shared/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@ def _generate_confs_instructions(options, user_dict):
25242524
files are cron scripts to automatically check for LetsEncrypt certificate
25252525
renewal, run pending archive verification before sending a copy to tape, save
25262526
various usage stats, generate account expire stats and create/update lustre
2527-
quota.
2527+
quota.
25282528
You can install them with:
25292529
chmod 700 %(destination)s/migcheckssl
25302530
sudo cp %(destination)s/migcheckssl /etc/cron.daily/

tests/fixture/confs-stdlocal/migstats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
# We default to include disk use for gluster and lustre mounts and write
66
# reports in various file formats
7-
su - mig -c "PYTHONPATH=/home/mig mig/server/usagestats.py -t 'fuse.glusterfs lustre' -s AUTO -o 'txt json pickle csv'"
7+
su - mig -c "PYTHONPATH=/home/mig mig/server/usagestats.py -t 'fuse.glusterfs lustre' -s AUTO -o 'txt json pickle csv'"
88

99
exit 0

0 commit comments

Comments
 (0)