Skip to content

Commit

Permalink
Delete obsolete innd in dailybackup.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertabcd committed Jun 17, 2016
1 parent 93418d2 commit 524cced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/dailybackup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

if( $week == 0 ){
docmd("$TAR zcf $BACKHOME/general.new.tgz .BRD .PASSWDS .act .note .polling .post .post.old adm bin cron etc innd log note.ans note.dat pttbbs register.log ussong");
docmd("$TAR zcf $BACKHOME/general.new.tgz .BRD .PASSWDS .act .note .polling .post .post.old adm bin cron etc log note.ans note.dat pttbbs register.log ussong");
}

sub docmd
Expand Down

0 comments on commit 524cced

Please sign in to comment.