mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Save filesize as setting
This commit is contained in:
parent
f3c7ca100a
commit
0e6d32e4f7
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ sudo yunohost app setting $app is_public -v "$is_public"
|
|||
sudo yunohost app setting $app domain -v "$domain"
|
||||
sudo yunohost app setting $app path -v "$path"
|
||||
sudo yunohost app setting $app version -v "$stable"
|
||||
sudo yunohost app setting $app filesize -v "$filesize"
|
||||
|
||||
# download stable version of bozon
|
||||
sudo wget https://github.com/broncowdd/BoZoN/archive/$stable.zip -O $parent_path/bozon-$stable.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue