diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-23 00:55:52 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-23 00:55:52 +0200 |
commit | 5d79c7956edb8b318b5c160cfc2f45c9bd081f01 (patch) | |
tree | e58096428c86a9f90d361afd5694edb9f05b044a /iso2usb.sh | |
parent | 582579c6700ed9034b8e17c0d08d935447a661f9 (diff) | |
download | liveslak-5d79c7956edb8b318b5c160cfc2f45c9bd081f01.tar.gz liveslak-5d79c7956edb8b318b5c160cfc2f45c9bd081f01.tar.xz |
iso2usb.sh: fix a typo in a comment.
Diffstat (limited to '')
-rw-r--r-- | iso2usb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |