Skip to content

Commit 2b5e770

Browse files
authored
fix: root password variable name
1 parent 8c7abcb commit 2b5e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ useradd -m -G users,wheel,audio,video -s /bin/bash $USERNAME
3535
echo -e "${USER_PSWD}\n${USER_PSWD}" | passwd -q $USERNAME
3636

3737
if [ "$ROOT_PSWD" != "" ]; then
38-
echo -e "${ROOT_PASS}\n${ROOT_PASS}" | passwd -q
38+
echo -e "${ROOT_PSWD}\n${ROOT_PSWD}" | passwd -q
3939
fi
4040

4141
# Locale

0 commit comments

Comments
 (0)