mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-02 18:18:31 +02:00
[fix] new helper
This commit is contained in:
@ -183,7 +183,7 @@ ynh_setup_source () {
|
||||
tar -xf $src_filename -C "$dest_dir" $strip
|
||||
fi
|
||||
if [[ "$src_format" = "bin" ]] ; then
|
||||
chmod +x $src_filename
|
||||
mv $src_filename $app
|
||||
else
|
||||
ynh_die "Archive format unrecognized."
|
||||
fi
|
||||
|
Reference in New Issue
Block a user