From 252df9e959dafdab1eb553d351eacb63285ca15d Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Sun, 23 Feb 2020 13:39:09 +0000 Subject: [PATCH] Fix speechmarks. --- 001_system_bell.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/001_system_bell.sh b/001_system_bell.sh index 73f5caa..996f264 100755 --- a/001_system_bell.sh +++ b/001_system_bell.sh @@ -15,8 +15,8 @@ xset b off # .inputrc -bash -c `echo "set bell-style visible" > /etc/inputrc` +bash -c "echo 'set bell-style visible' > /etc/inputrc" #all - /etc/modprobe.d/blacklist modprobe -r pcspkr -bash -c `"echo 'blacklist pcspkr'" >> /etc/modprobe.d/nobeep.conf` +bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"