Changeset 3397 for lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_gui
- Timestamp:
- Jan 23, 2017, 4:36:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_gui
r3299 r3397 112 112 113 113 rm $FICHERO 114 touch $FICHERO114 115 115 116 116 ARQ=$(find /net/mirror/llx16/pool/main/l/lliurex-meta -name '*386.deb' | head -1 ) … … 118 118 119 119 if [ -n "$ARQ" ]; then 120 120 121 touch $FICHERO 121 122 NUMERO_32=$(echo $VERSION | cut -d_ -f2 ) 122 123 echo 'VERSION 32 BITS:' $NUMERO_32 >> $FICHERO … … 129 130 if [ -n "$ARQ" ]; then 130 131 132 if [ ! -f $FICHERO ]; then 133 touch $FICHERO 134 fi 131 135 NUMERO_64=$(echo $VERSION | cut -d_ -f2 ) 132 136 echo 'VERSION 64 BITS:' $NUMERO_64 >> $FICHERO … … 408 412 if [[ $SELECTION == *MIRROR_VERSION* ]] ; then 409 413 if ( rgrep 32 /tmp/mirror_version.txt ) || ( rgrep 64 /tmp/mirror_version.txt) ; then 410 echo '${if_existing /tmp/mirror_version.txt}${if_match ${exec grep "VERSION 32" /tmp/mirror_version.txt -c}!=0}${if_match ${exec grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template9}${else}${template8 32}${endif}${else}${if_match ${exec grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template8 64}${endif}${endif}${e ndif}' >> $CONKYRC_USED414 echo '${if_existing /tmp/mirror_version.txt}${if_match ${exec grep "VERSION 32" /tmp/mirror_version.txt -c}!=0}${if_match ${exec grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template9}${else}${template8 32}${endif}${else}${if_match ${exec grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template8 64}${endif}${endif}${else}NO MIRROR DONE${endif}' >> $CONKYRC_USED 411 415 fi 412 416 fi
Note: See TracChangeset
for help on using the changeset viewer.