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:
parent
4fefce6a41
commit
a0662a9bab
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ ynh_script_progression --message="Building Invidious.. (this will take some time
|
||||||
|
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
shards update && shards install
|
shards update && shards install
|
||||||
crystal build $final_path/src/invidious.cr --release
|
crystal build $final_path/src/invidious.cr #--release
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -105,7 +105,7 @@ then
|
||||||
git reset --hard --quiet $version_commit
|
git reset --hard --quiet $version_commit
|
||||||
git pull
|
git pull
|
||||||
shards update && shards install
|
shards update && shards install
|
||||||
crystal build $final_path/src/invidious.cr --release
|
crystal build $final_path/src/invidious.cr #--release
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy the admin saved settings from tmp directory to final path
|
# Copy the admin saved settings from tmp directory to final path
|
||||||
|
|
Loading…
Add table
Reference in a new issue