aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/beam/s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/beam/s3.sh b/lib/beam/s3.sh
index a89220d..4ddcecc 100644
--- a/lib/beam/s3.sh
+++ b/lib/beam/s3.sh
@@ -81,7 +81,7 @@ s3_mount() {
s3_unmount()
{
- if test -- "$1" = "--force"; do
+ if test "$1" = "--force"; then
for id in s3 backer
do
mpoint=$(s3_getmpoint $id)

Return to:

Send suggestions and report system problems to the System administrator.