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:
parent
dcb2cd54fe
commit
436f5c23e0
1 changed files with 1 additions and 11 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue