More minor tweaks

This commit is contained in:
Theile
2022-09-23 14:48:09 +02:00
parent 0a4c8cfe6e
commit 515087f7e9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ item="firefoxpkg" # enter the software to install
# Examples: microsoftedge, brave, googlechromepkg, firefoxpkg # Examples: microsoftedge, brave, googlechromepkg, firefoxpkg
# Dialog icon # 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. # 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. # In Mosyle an URL can be found by copy picture address from a Custom Command icon.

View File

@@ -118,7 +118,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin
log_message="$instance: Progress 1st with Dialog, v$scriptVersion" log_message="$instance: Progress 1st with Dialog, v$scriptVersion"
label="P1st-v$scriptVersion" label="P1st-v$scriptVersion"
log_location="/private/var/log/Progress1st.log" log_location="/private/var/log/Installomator.log"
function printlog(){ function printlog(){
timestamp=$(date +%F\ %T) timestamp=$(date +%F\ %T)
if [[ "$(whoami)" == "root" ]]; then if [[ "$(whoami)" == "root" ]]; then