summaryrefslogtreecommitdiffstats
path: root/iso2usb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iso2usb.sh')
-rw-r--r--iso2usb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iso2usb.sh b/iso2usb.sh
index b551623..11c9605 100644
--- a/iso2usb.sh
+++ b/iso2usb.sh
@@ -198,7 +198,7 @@ update_initrd() {
else
if [ "${PERSISTENCE}" != "${DEF_PERSISTENCE}" ]; then
# If the user specified a nonstandard persistence, use that:
- echo "--- Updating persitence from '$DEF_PERSISTENCE' to '$PERSISTENCE'"
+ echo "--- Updating persistence from '$DEF_PERSISTENCE' to '$PERSISTENCE'"
sed -i -e "s,^PERSISTENCE=.*,PERSISTENCE=\"${PERSISTENCE}\"," init
fi
fi