mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
This commit is contained in:
parent
9c5500aa83
commit
757486771d
3 changed files with 13 additions and 3 deletions
|
@ -9,7 +9,14 @@ KEYSTORE_ACCRESCENT_PASS=$(keepassxc-password "android_keys/launcher-accrescent"
|
|||
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
echo "There are uncommitted changes."
|
||||
exit 1
|
||||
|
||||
read -p "Continue anyway? (y/n) " -n 1 -r
|
||||
echo # (optional) move to a new line
|
||||
if ! [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
rm -rf "$OUTPUT_DIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue