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

Update upgrade

This commit is contained in:
ericgaspar 2021-06-06 19:06:25 +02:00
parent 436f5c23e0
commit 5fd0a64da2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -118,7 +118,7 @@ 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
ynh_add_config --template="../conf/convert.sh" --destination="/usr/bin/convert_movies/convert.sh" ynh_add_config --template="../conf/convert.sh" --destination="/usr/bin/convert_movies"
chmod +x "/usr/bin/convert_movies" chmod +x "/usr/bin/convert_movies"
#================================================= #=================================================