We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d94ac + 4cf241b commit 4abd819Copy full SHA for 4abd819
1 file changed
advanced/Scripts/list.sh
@@ -232,6 +232,7 @@ Displaylist() {
232
233
NukeList() {
234
sqlite3 "${gravityDBfile}" "DELETE FROM domainlist WHERE type = ${typeId};"
235
+ exit 0;
236
}
237
238
GetComment() {
0 commit comments