Skip to content
Snippets Groups Projects
Commit fa54151c authored by elijah's avatar elijah
Browse files

commented out info line

parent 6cdc21cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment