summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-09 12:45:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-09 12:45:51 -0700
commit7530b42857edbf833f32cdb8d666cf7008c68a3d (patch)
treefa38d82368a1858140ffeac4347238a9507a02c2 /bin/locmaint
parentf819f031448e3ccdb953972ae2b673b662d953dc (diff)
downloaddotfiles-7530b42857edbf833f32cdb8d666cf7008c68a3d.tar.gz
drop todo about attempting to mount
After thinking it through, I believe that the additional complexity would not be worth it.
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index a0e13139..863636d1 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -162,7 +162,6 @@ sub main {
}
do_homedir($skip_update) if $do_homedir;
- # TODO attempt to mount if not mounted
if ($do_coldbkup) {
$coldbkup_root = rel2abs($coldbkup_root);
do_coldbkup($coldbkup_root);