Fix error in script execution

This commit is contained in:
FriwiDev
2021-11-24 00:09:41 +01:00
parent e06a40d9a1
commit ff91daafab

View File

@@ -59,9 +59,9 @@ set -e
#Generate distribution #Generate distribution
chmod +x make_distrib.sh chmod +x make_distrib.sh
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
make_distrib.sh linux64 ./make_distrib.sh linux64
else else
make_distrib.sh linux32 ./make_distrib.sh linux32
fi fi
#Pack binary_distrib #Pack binary_distrib