Skip to content

Commit 4bdf67a

Browse files
authored
Update create.sh
1 parent e6fdef1 commit 4bdf67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_kcli/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ if [ -n "$IN_INSTALLED" ]; then
207207
echo "FreeIPA is installed on VM $IN_INSTALLED"
208208
else
209209
echo "FreeIPA is not installed"
210-
${USE_SUDO} /usr/bin/kcli create vm -p freeipa freeipa -w || exit $?
210+
${USE_SUDO} /usr/bin/kcli create vm -p freeipa freeipa || exit $?
211211
fi
212212

213213
IP_ADDRESS=$(${USE_SUDO} /usr/bin/kcli info vm freeipa | grep ip: | awk '{print $2}')

0 commit comments

Comments
 (0)