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

Update install

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

View file

@ -110,19 +110,9 @@ 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 ln -s $final_path/data/streama /home/yunohost.app/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"
#=================================================
# GENERIC FINALIZATION
#=================================================
# SECURE FILES AND DIRECTORIES
#=================================================
chown -R $app: $final_path
chmod +x /usr/bin/convert_movies
chmod +x $final_path/streama.jar
#================================================= #=================================================
# INTEGRATE SERVICE IN YUNOHOST # INTEGRATE SERVICE IN YUNOHOST
#================================================= #=================================================