mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
Merging master into stable for version 1.1.3
This commit is contained in:
commit
ad6f57d153
@ -85,7 +85,7 @@ this will be detected at the next run of this program and then tried again.
|
||||
The files are being saved in your User directory in a folder named
|
||||
`telegram_backup`. Under windows, this would typically be under
|
||||
`C:\Users\<username>\telegram_backup`. Linux users should look unter
|
||||
`/home/<username>/telegram_backup`.
|
||||
`/home/<username>/.telegram_backup`.
|
||||
|
||||
You can change this directory by supplying `--target <dir>` when calling
|
||||
Telegram_Backup.
|
||||
|
@ -35,7 +35,7 @@ echo "Updating the Dockerfile..."
|
||||
sed -i "s/ENV JAR_VERSION .\+/ENV JAR_VERSION $VERSION/g" Dockerfile || error "Couldn't modify Dockerfile."
|
||||
|
||||
echo "Committing the new Dockerfile..."
|
||||
git commit -m "Bumping the version to $VERSION" Dockerfile || error "Couldn't commit the new Dockerfile."
|
||||
git commit -m "Bumping the version to $VERSION" Dockerfile
|
||||
|
||||
echo "Tagging the new version..."
|
||||
git tag -a "$VERSION" -m "Version $VERSION" || error
|
||||
|
Loading…
Reference in New Issue
Block a user