Changeset 1041
- Timestamp:
- Apr 1, 2009, 11:31:29 AM (17 years ago)
- File:
- 
          - 1 edited
 
 - 
          locker/deploy/bin/onathena (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        locker/deploy/bin/onathenar733 r1041 222 222 files=`athrun scripts gfind . -mindepth 1 -maxdepth 1 | grep -v .admin` 223 223 numfiles=`echo "$files" | wc -l` 224 if [ "$numfiles" -eq 1 ]; then 225 athrun scripts gfind . -mindepth 2 -maxdepth 2 | xargs -i mv \{} . 226 rmdir "$files" 224 if [ ! -z "$files" ]; then 225 if [ "$numfiles" -eq 1 ]; then 226 athrun scripts gfind . -mindepth 2 -maxdepth 2 | xargs -i mv \{} . 227 rmdir "$files" 228 fi 227 229 fi 228 230 if [ -f "/mit/scripts/deploy$scriptsdev/php.ini/$deploy" ]; then 
Note: See TracChangeset
          for help on using the changeset viewer.
      
