-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfixes: tunnel stop & SIP regs & updates
- Loading branch information
Showing
6 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,18 +20,23 @@ cp -f indoor.ini backups | |
cp -f sounds/ring_* backups | ||
|
||
## synchronize | ||
#if [ -z "$1" ]; then | ||
## git fetch https://github.com/isra67/indoorpy.git master | ||
# git fetch https://github.com/isra67/indoorpy.git | ||
#else | ||
## git fetch https://isra67:[email protected]/isra67/indoorpy.git master | ||
# git fetch https://isra67:[email protected]/isra67/indoorpy.git | ||
#fi | ||
#git reset --hard ##gh/master | ||
#git clean -dn | ||
if [ -z "$1" ]; then | ||
git fetch https://github.com/isra67/indoorpy.git master | ||
# git pull --rebase https://github.com/isra67/indoorpy.git master | ||
git pull --rebase https://github.com/isra67/indoorpy.git | ||
else | ||
git fetch https://isra67:$1@github.com/isra67/indoorpy.git master | ||
# git pull --rebase https://isra67:[email protected]/isra67/indoorpy.git master | ||
git pull --rebase https://isra67:$1@github.com/isra67/indoorpy.git | ||
fi | ||
git reset --hard ##gh/master | ||
git clean -dn | ||
if [ -z "$1" ]; then | ||
git pull --rebase https://github.com/isra67/indoorpy.git master | ||
else | ||
git pull --rebase https://isra67:$1@github.com/isra67/indoorpy.git master | ||
fi | ||
|
||
## remove unnecessary files | ||
rm -f my_lib/*.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters