diff --git a/Openstack/JSON/powershell/server-init.ps1 b/Openstack/JSON/powershell/server-init.ps1
index 6b7a422699599259c7c003108ed1224ba30ec0a5..e290ac1b785be1090f6a2f6f3afc36b3ec2aa8ad 100644
--- a/Openstack/JSON/powershell/server-init.ps1
+++ b/Openstack/JSON/powershell/server-init.ps1
@@ -8,5 +8,5 @@ $user = [ADSI]'WinNT://./Administrator';
 $user.SetPassword('Password.1');
 NET USER pv176 Password.1 /add;
 NET LOCALGROUP Administrators pv176 /add;
-exit 1001
+exit 1001;
                     
\ No newline at end of file