toolkit/func/stacks/ipa/50-cleanup-ipa.sh

12 lines
233 B
Bash
Raw Normal View History

2021-07-05 06:50:25 +00:00
#!/bin/bash
if m_getArch aarch64 | grep -qE 'aarch64'; then
2022-06-20 23:49:14 +00:00
r_log "ipa" "Skipping for aarch64"
2021-07-05 06:50:25 +00:00
exit 0
fi
if [ "$IPAINSTALLED" -eq 1 ]; then
r_log "ipa" "IPA was not successfully installed. Aborting."
r_checkExitStatus 1
fi