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

Fix upgrade (#26)

For an obscure reason for me, changes made at https://github.com/YunoHost-Apps/streama_ynh/pull/22) are not taken into account.
This commit is contained in:
Thomas 2021-02-06 09:43:12 +01:00 committed by GitHub
parent 108a70a309
commit 8af64453b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,6 @@ ynh_add_systemd_config
# Set permissions to app files # Set permissions to app files
mkdir -p $final_path/data/streama mkdir -p $final_path/data/streama
ln -s $final_path/data/streama /home/yunohost.app/streama
cp -a "../conf/convert.sh" /usr/bin/convert_movies cp -a "../conf/convert.sh" /usr/bin/convert_movies
#================================================= #=================================================