tTypo in printf statement - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 0fa264c3ba627377dd7331f4d7e0300e5187b7ba
 (DIR) parent 6c6b97910aa692436a8adc15a5d730ff84be9b91
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Thu, 30 Mar 2017 18:57:52 +0200
       
       Typo in printf statement
       
       Diffstat:
         M 2015/08/install-alpine-at-onlinene… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/2015/08/install-alpine-at-onlinenet.txt b/2015/08/install-alpine-at-onlinenet.txt
       t@@ -98,7 +98,7 @@ box and run the following script as root:
            dd bs=440 conv=notrunc count=1 if=/usr/share/syslinux/gptmbr.bin of=$DEV
            CHROOT
        
       -    printf 'root:%S\n' "${PASSWORD}" | chroot /mnt /usr/sbin/chpasswd
       +    printf 'root:%s\n' "${PASSWORD}" | chroot /mnt /usr/sbin/chpasswd
        
            umount $ROOT/proc
            umount $ROOT/dev