###Scripts version 2004###

This commit is contained in:
castro-fidel
2021-08-28 00:11:48 +03:00
parent 9bcb235657
commit 5032d95a77
10 changed files with 12 additions and 12 deletions

View File

@ -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
}