Update source-release.sh

When not using git, it breaks
This commit is contained in:
Nick Bhanji 2024-11-22 15:34:51 -05:00 committed by GitHub
parent 6e29dd769e
commit 88748ea506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ mv freeswitch-$switch_version.-release freeswitch-$switch_version
cd /usr/src/freeswitch-$switch_version
# bootstrap is needed if using git
./bootstrap.sh -j
#./bootstrap.sh -j
#1.10.0 and newer
if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then