mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Place rainloop_version in sources folder for easier maintenance
This commit is contained in:
parent
af6ecbb0a4
commit
add5d2f2f0
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
rainloop_version='1.10.5.192'
|
||||
rainloop_version=$(cat ../sources/rainloop_version)
|
||||
|
||||
# Backup the current version of the app, restore it if the upgrade fails
|
||||
# Check if old backup exists
|
||||
|
|
1
sources/rainloop_version
Normal file
1
sources/rainloop_version
Normal file
|
@ -0,0 +1 @@
|
|||
1.10.5.192
|
Loading…
Reference in a new issue