mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
Minor renaming of a few file names
This commit is contained in:
@@ -54,7 +54,7 @@ errorMessage="A problem was encountered setting up this Mac. Please contact IT."
|
|||||||
#
|
#
|
||||||
# Log: /private/var/log/InstallationProgress.log
|
# Log: /private/var/log/InstallationProgress.log
|
||||||
# This file prevents script from running again on Addigy and Microsoft Endpoint (Intune):
|
# This file prevents script from running again on Addigy and Microsoft Endpoint (Intune):
|
||||||
# "/var/db/.Installation1stProgress"
|
# "/var/db/.Progress1stDone"
|
||||||
#
|
#
|
||||||
# Display a Dialog with a list of applications and indicate when they’ve been installed
|
# Display a Dialog with a list of applications and indicate when they’ve been installed
|
||||||
# Useful when apps are deployed at random, perhaps without local logging.
|
# Useful when apps are deployed at random, perhaps without local logging.
|
||||||
@@ -114,10 +114,10 @@ esac
|
|||||||
# Mark: Constants and logging
|
# Mark: Constants and logging
|
||||||
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||||
|
|
||||||
log_message="$instance: Installation 1st Progress with Dialog, v$scriptVersion"
|
log_message="$instance: Progress 1st with Dialog, v$scriptVersion"
|
||||||
label="D1st-v$scriptVersion"
|
label="P1st-v$scriptVersion"
|
||||||
|
|
||||||
log_location="/private/var/log/Installation1stProgress.log"
|
log_location="/private/var/log/Progress1st.log"
|
||||||
function printlog(){
|
function printlog(){
|
||||||
timestamp=$(date +%F\ %T)
|
timestamp=$(date +%F\ %T)
|
||||||
if [[ "$(whoami)" == "root" ]]; then
|
if [[ "$(whoami)" == "root" ]]; then
|
||||||
@@ -137,7 +137,7 @@ fi
|
|||||||
# Location of dialog and dialog command file
|
# Location of dialog and dialog command file
|
||||||
dialogApp="/usr/local/bin/dialog"
|
dialogApp="/usr/local/bin/dialog"
|
||||||
dialog_command_file="/var/tmp/dialog.log"
|
dialog_command_file="/var/tmp/dialog.log"
|
||||||
counterFile="/var/tmp/Installation1stProgress.plist"
|
counterFile="/var/tmp/Progress1st.plist"
|
||||||
|
|
||||||
# Counters
|
# Counters
|
||||||
progress_index=0
|
progress_index=0
|
||||||
|
|||||||
Reference in New Issue
Block a user