From c4b258e8b76acf54ccb3d03b1df77d1efb2b2d38 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Mon, 22 Apr 2019 09:19:51 -0700 Subject: [PATCH] Fix path to AdminHostInfo.pkginfo --- AdminHostInfo_CreateNoPkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdminHostInfo_CreateNoPkg.sh b/AdminHostInfo_CreateNoPkg.sh index cf76073..94b3d85 100755 --- a/AdminHostInfo_CreateNoPkg.sh +++ b/AdminHostInfo_CreateNoPkg.sh @@ -14,5 +14,5 @@ makepkginfo --nopkg --name=LoginWindow-AdminHostInfo \ --developer="Precursor"\ --description="This enables the ability to click on the clock in a login Window and toggle through various information such as: IPAddress; HostName; SystemVersion; SystemBuild; SerialNumber; DSStatus; and, Time. Based on info from https://twocanoes.com/12-customizations-for-the-mojave-macos-login-window-that-you-didnt-know-about/ and a suggestion for deployment by Kevin Ginger of kGinger Consulting. Install_Check and Removal script and other scripting techniques owe a lot to Armin Briegel. See: https://scriptingosx.com/2014/12/control-ssh-access-with-munki-nopkg-scripts/" -mv ~/AdminHostInfo.pkginfo $REPOPATH/pkgsinfo/AdminHostInfo.plist +mv AdminHostInfo.pkginfo $REPOPATH/pkgsinfo/AdminHostInfo.plist cp $SCRIPTPATH/LoginWindow-AdminHostInfo.png $REPOPATH/icons/LoginWindow-AdminHostInfo.png