1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

try to fix Invalid memory access

This commit is contained in:
ericgaspar 2021-09-02 15:00:05 +02:00
parent 4fefce6a41
commit a0662a9bab
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ ynh_script_progression --message="Building Invidious.. (this will take some time
pushd "$final_path" || ynh_die
shards update && shards install
crystal build $final_path/src/invidious.cr --release
crystal build $final_path/src/invidious.cr #--release
popd || ynh_die
#=================================================

View file

@ -105,7 +105,7 @@ then
git reset --hard --quiet $version_commit
git pull
shards update && shards install
crystal build $final_path/src/invidious.cr --release
crystal build $final_path/src/invidious.cr #--release
popd
# Copy the admin saved settings from tmp directory to final path