Changeset 1276
- Timestamp:
- 02/09/12 18:19:17 (3 months ago)
- Location:
- main/linuxmuster-linbo/branches/testing
- Files:
-
- 2 edited
-
linbo/etc/linbo-version (modified) (1 diff)
-
share/rsync-post-upload.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/linbo/etc/linbo-version
r1271 r1276 1 LINBO 2.0. 6-01 LINBO 2.0.7-0 -
main/linuxmuster-linbo/branches/testing/share/rsync-post-upload.sh
r1275 r1276 94 94 ROW="$(cat $FILE)" 95 95 if grep -i "$ROW" $WIMPORTDATA | grep -qv ^#; then 96 echo "Row already present in workstations data file. Skipped!" >&2 96 echo "$ROW" 97 echo "is already present in workstations file. Skipped!" >&2 97 98 else 98 99 echo "Adding row to $WIMPORTDATA." >&2 99 echo "$ROW" | sed -e "s|$mac_old|$mac_new|">> $WIMPORTDATA100 echo "$ROW" >> $WIMPORTDATA 100 101 fi 101 102 rm $FILE
Note: See TracChangeset
for help on using the changeset viewer.
