Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
f48239aa
Commit
f48239aa
authored
Mar 16, 2022
by
Rob Swindell
💬
Browse files
Don't prompt yes/no upon remove if run with -quiet option
for Andre
parent
ed2444f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/sbbslist.js
exec/sbbslist.js
+1
-1
No files found.
exec/sbbslist.js
View file @
f48239aa
...
...
@@ -2598,7 +2598,7 @@ function main()
}
alert
(
"
This command will remove '
"
+
optval
[
cmd
]
+
"
' from the local
"
+
(
remote
?
"
and remote
"
:
""
)
+
"
database
"
);
if
(
deny
(
"
Are you sure
"
))
if
(
!
quiet
&&
deny
(
"
Are you sure
"
))
break
;
var
index
=
lib
.
system_index
(
list
,
optval
[
cmd
]);
if
(
index
<
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment