This commit is contained in:
LegacyGamerHD
2021-02-04 08:43:00 +01:00
parent 742fe4e0a3
commit 8751adbf1b

View File

@@ -19,8 +19,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
fi
cd "$paperbasedir"
./paper patch
git am --skip
./paper patch && git am --skip
)
fi