1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00

fix upgrade

This commit is contained in:
Kay0u 2019-05-22 23:47:08 +02:00
parent c5903507d1
commit 52f122a14a
No known key found for this signature in database
GPG key ID: ABC3F52576D011D3
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ ynh_system_user_create --username=$app
### For details, see https://airsonic.github.io/docs/transcode/ ### For details, see https://airsonic.github.io/docs/transcode/
mkdir $final_path/transcode mkdir -p $final_path/transcode
if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable
ln -s /usr/bin/ffmpeg $final_path/transcode ln -s /usr/bin/ffmpeg $final_path/transcode

View file

@ -87,7 +87,7 @@ ynh_install_app_dependencies $pkg_dependencies
### For details, see https://airsonic.github.io/docs/transcode/ ### For details, see https://airsonic.github.io/docs/transcode/
mkdir $final_path/transcode mkdir -p $final_path/transcode
if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable
ln -s /usr/bin/ffmpeg $final_path/transcode ln -s /usr/bin/ffmpeg $final_path/transcode

View file

@ -117,7 +117,7 @@ ynh_system_user_create --username=$app
### For details, see https://airsonic.github.io/docs/transcode/ ### For details, see https://airsonic.github.io/docs/transcode/
mkdir $final_path/transcode mkdir -p $final_path/transcode
if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable if [ -x /usr/bin/ffmpeg ]; then # Check if 'ffmpeg' is installed and executable
ln -s /usr/bin/ffmpeg $final_path/transcode ln -s /usr/bin/ffmpeg $final_path/transcode