mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
Add files via upload
This commit is contained in:
parent
9aa80e6013
commit
daf4d168d4
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "==============================================="
|
||||
echo "CloverConfigPlistValidator Pre-Install Script"
|
||||
echo "CloverConfigPlistValidator Post-Install Script"
|
||||
echo "==============================================="
|
||||
|
||||
#echo "DEBUG: $ 1 = Full path to the installation package the installer app is processing: " $1
|
||||
@ -26,6 +26,7 @@ fi
|
||||
# Fix chmod attributes
|
||||
# ---------------------------------------------
|
||||
|
||||
if [[ -d "${DEST_VOL}/Applications/CloverUtils/CloverConfigPlistValidator" ]];then
|
||||
chmod a+x "${DEST_VOL}/Applications/CloverUtils/CloverConfigPlistValidator/CloverConfigPlistValidator"
|
||||
if [[ -d /Applications/CloverUtils/CloverConfigPlistValidator ]];then
|
||||
chmod a+x /Applications/CloverUtils/CloverConfigPlistValidator/CloverConfigPlistValidator
|
||||
mv -f /Applications/CloverUtils $HOME/src/
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user