mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-11 17:49:43 +01:00
Delete the correct path (Contents/Resources/IPMIView).
This commit is contained in:
@@ -51,8 +51,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Extracting contents of downloaded IPMIView archive..."
|
echo "Extracting contents of downloaded IPMIView archive..."
|
||||||
if [[ -d Contents/ ]]; then
|
if [[ -d Contents/Resources/IPMIView ]]; then
|
||||||
rm -rf Contents/
|
rm -rf Contents/Resources/IPMIView
|
||||||
fi
|
fi
|
||||||
mkdir -p Contents/Resources/IPMIView/Contents/Home/bin
|
mkdir -p Contents/Resources/IPMIView/Contents/Home/bin
|
||||||
tar -zxf "${LOCAL_DOWNLOAD_LOCATION}"/IPMIView*.tar* --strip=1 -C ./Contents/Resources/IPMIView/. ||
|
tar -zxf "${LOCAL_DOWNLOAD_LOCATION}"/IPMIView*.tar* --strip=1 -C ./Contents/Resources/IPMIView/. ||
|
||||||
|
|||||||
Reference in New Issue
Block a user