summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index e7bcaa1b..519fdf2c 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1319,9 +1319,9 @@ autoMountDrivePort label hp drive malias = propertyList desc $ props
-- and the vendor is not sufficient since I have 2
-- hubs from the same vendor. So search for the
-- drive in its output to determine it.
- [ "$(uhubctl | awk -F '[: ]' '/Current status for hub/{u=\\\\$5}/"
+ [ "$(uhubctl | awk -F \"[: ]\" \"/Current status for hub/{u=\\\\$5}/"
, driveVendorId drive ++ ":" ++ driveProductId drive
- , "/{print u}')"
+ , "/{print u}\")"
]
]