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:
parent
c5903507d1
commit
52f122a14a
3 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ ynh_system_user_create --username=$app
|
|||
|
||||
### 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
|
||||
ln -s /usr/bin/ffmpeg $final_path/transcode
|
||||
|
|
|
@ -87,7 +87,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
|
||||
### 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
|
||||
ln -s /usr/bin/ffmpeg $final_path/transcode
|
||||
|
|
|
@ -117,7 +117,7 @@ ynh_system_user_create --username=$app
|
|||
|
||||
### 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
|
||||
ln -s /usr/bin/ffmpeg $final_path/transcode
|
||||
|
|
Loading…
Reference in a new issue