1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-02-15 18:53:21 +01:00
parent 8238f425be
commit 3528dd1e51
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -121,10 +121,10 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Building Invidious... (this will take some time and resources!)" --weight=10
pushd $final_path || ynh_die
pushd $final_path
shards update && shards install
crystal build src/invidious.cr --release
popd || ynh_die
popd
#=================================================
# MODIFY A CONFIG FILE

View file

@ -81,7 +81,7 @@ pushd $final_path
for i in `git rev-list --reverse --abbrev-commit $currentVersion..HEAD` ; do file=./config/migrate-scripts/migrate-db-$i.sh ; [ -f $file ] && $file ; done
shards update && shards install
crystal build src/invidious.cr --release
popd || ynh_die
popd
fi
# # Remove the app directory securely