Skip to content

Commit

Permalink
Adding Login window config script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan460 committed Sep 13, 2018
1 parent 4a67c24 commit e817e8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Login Window Runtime Config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
#
# Author: Johan McGwire - Yohan @ Macadmins Slack - Johan@McGwire.tech
#
# Description: This writes out a Initial Configuration skip user check receipt

# Writing out a receipt
touch /Library/InitialConfiguration/.InitalConfigSkipCheckUser

# Exiting and returning the policy call code
exit $?

0 comments on commit e817e8d

Please sign in to comment.