Skip to content

Commit 2cf5c16

Browse files
author
max.palatnikov
committed
Cosmetics
1 parent a44ecda commit 2cf5c16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

enforcers/vm_enforcer/golden_image/AquaGoldenImagePrep.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ goto check_Permissions
1111
:check_Permissions
1212
net session >nul 2>&1
1313
if %errorLevel% NEQ 0 (
14-
echo Administrator privilege is required.
15-
exit 1
14+
echo Administrator privilege is required.
15+
exit 1
1616
)
1717

1818
:check_commandline
@@ -31,7 +31,7 @@ goto end
3131

3232
:display_prompt
3333
@echo.
34-
SET /P PROCEED=Aqua Security Golden Image Preparation script will perform irrevertible cleanup actions on VM Enforcer. Proceed? [Y/N]
34+
SET /P PROCEED=The Aqua Security Golden Image preparation script will perform irreversible cleanup actions on the VM Enforcer. Proceed? [Y/N]
3535
IF /I "%PROCEED%" NEQ "Y" goto end
3636

3737
:please_wait
@@ -61,7 +61,7 @@ goto print_success
6161

6262
:print_success
6363
@echo.
64-
@echo Operation successfull. VM Enforcer is ready for Golden Image creation.
64+
@echo Operation successful. The VM Enforcer is ready for Golden Image creation.
6565
goto end
6666

67-
:end
67+
:end

0 commit comments

Comments
 (0)