1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

mv binary after upgrade

This commit is contained in:
Clément Hubert 2023-11-28 07:17:27 +01:00
parent b564315933
commit 1f1194d607

View file

@ -34,6 +34,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config.yml" ynh_setup_source --dest_dir="$install_dir" --keep="config.yml"
mv $install_dir/gotify-linux-* $install_dir/gotify
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"