Skip to content

Commit

Permalink
revert use of backquotes in non-markup situation
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi authored Jan 9, 2022
1 parent 467d191 commit 5aec61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/backup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ setup_mirror_SD() {
local serviceTargetDir="/etc/systemd/system"
local sizeError="your destination SD card device does not have enough space"
local storageDir="${storagedir:-/storage}"
local storageRemovalQuery="Do you also want to remove the storage mount for ${storageDir}?\\nIf you do not but remove the physical device it is located on, you will have trouble every time you restart your system.\\nRemember though it might also contain data you might want to keep such as your Amanda backup data. If ${storageDir} is not where your mount is, stop now and enter your mountpoint in /etc/openhabian.conf as the `storagedir=parameter`."
local storageRemovalQuery="Do you also want to remove the storage mount for ${storageDir}?\\nIf you do not but remove the physical device it is located on, you will have trouble every time you restart your system.\\nRemember though it might also contain data you might want to keep such as your Amanda backup data. If ${storageDir} is not where your mount is, stop now and enter your mountpoint in /etc/openhabian.conf as the storagedir= parameter."
local svcname

if ! cond_redirect install -m 755 "${sdIncludesDir}/set-partuuid" /usr/local/sbin; then echo "FAILED (install set-partuuid)"; return 1; fi
Expand Down

0 comments on commit 5aec61b

Please sign in to comment.