OSDN Git Service

[fix] : Fixed typo.
authorhayao <shun819.mail@gmail.com>
Fri, 20 Mar 2020 04:10:00 +0000 (13:10 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 20 Mar 2020 04:10:00 +0000 (13:10 +0900)
channels/share/airootfs/root/customize_airootfs.sh

index a02dab2..cc3617e 100755 (executable)
@@ -122,7 +122,7 @@ if [[ ${rebuild} = false ]]; then
         set -u
     }
 
-    create_user -u "${username}" -p "${password}"
+    create_user "${username}" "${password}"
 fi