mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Cleaning and adding prevention scripts
This commit is contained in:
13
MDM/Progress 1st swiftDialog condition.sh
Normal file
13
MDM/Progress 1st swiftDialog condition.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Mark: Addigy Condition on condition file
|
||||
# Install on success
|
||||
|
||||
conditionFile="/var/db/.Progress1stDone"
|
||||
if [ -e "$conditionFile" ]; then
|
||||
echo "$conditionFile exists. Exiting."
|
||||
exit 1
|
||||
else
|
||||
echo "$conditionFile not found. Continue…"
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user