###Scripts version 2004###
This commit is contained in:
@ -638,6 +638,9 @@ pw_gui_for_edit_db () {
|
||||
}
|
||||
edit_db_field_read $@
|
||||
edit_db_from_gui $@
|
||||
PW_DB_TMP=`cat "${PORTWINE_DB_FILE}"`
|
||||
echo "${PW_DB_TMP}" | awk '! a[$0]++' > "${PORTWINE_DB_FILE}"
|
||||
unset PW_DB_TMP
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user