mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
More minor tweaks
This commit is contained in:
@@ -8,7 +8,7 @@ item="firefoxpkg" # enter the software to install
|
||||
# Examples: microsoftedge, brave, googlechromepkg, firefoxpkg
|
||||
|
||||
# Dialog icon
|
||||
icon="https://mosylebusinessweb.blob.core.windows.net/envoit-public/customcommand_icon-envoit_3e37cc23e3fd8d29b1fbe85bc3b3923b323627dc83153cf673.png"
|
||||
icon=""
|
||||
# icon should be a file system path or an URL to an online PNG.
|
||||
# In Mosyle an URL can be found by copy picture address from a Custom Command icon.
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||
log_message="$instance: Progress 1st with Dialog, v$scriptVersion"
|
||||
label="P1st-v$scriptVersion"
|
||||
|
||||
log_location="/private/var/log/Progress1st.log"
|
||||
log_location="/private/var/log/Installomator.log"
|
||||
function printlog(){
|
||||
timestamp=$(date +%F\ %T)
|
||||
if [[ "$(whoami)" == "root" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user