mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
commented out info line
This commit is contained in:
parent
6cdc21cff7
commit
fa54151cc6
@ -335,7 +335,7 @@ if [ "$backup" == "yes" ]; then
|
||||
debug $i
|
||||
for user in `ls -1`; do
|
||||
[ "$user" != "" ] || continue
|
||||
info $user
|
||||
#info $user
|
||||
do_rotate $user
|
||||
setup_remote_dirs $user $btype
|
||||
do_user $user $btype
|
||||
|
Loading…
Reference in New Issue
Block a user