Ignore:
Timestamp:
01/16/19 13:46:55 (6 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
12bffd8
Parents:
354c056
Message:

dont etcupdate kopano attachmentdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/syn3-scripts/scripts/etc-update

    r354c056 r85c2873  
    22#DatuX etc update script (C)2005 DatuX
    33#automaticly rename .new files in /etc and /home/system
    4 find /etc /home/system -maxdepth 10 -path '*vservers*' -prune -o -path '/home/shares/*' -prune -o -path '/home/users/*' -prune -o -path '/home/system/kopano/*' -prune -o -path '/home/system/svn/*' -prune -o -path '/home/system/proxy/cache/*' -prune -o -path '/home/system/amavis/*' -prune -o -name '*.new'  -follow -print 2>/dev/null| while read NEW; do
     4find /etc /home/system -maxdepth 10 -path '*vservers*' -prune -o -path '/home/shares/*' -prune -o -path '/home/users/*' -prune -o -path '/home/system/kopano/*' -prune -o -path '/home/system/zarafa/*' -prune -o -path '/home/system/svn/*' -prune -o -path '/home/system/proxy/cache/*' -prune -o -path '/home/system/amavis/*' -prune -o -name '*.new'  -follow -print 2>/dev/null| while read NEW; do
    55    CURR=`echo $NEW| sed 's/\.new$//g'`
    66    #does current exist?
Note: See TracChangeset for help on using the changeset viewer.