mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
Update install
This commit is contained in:
parent
06eaba38ee
commit
9d02f5b51b
1 changed files with 1 additions and 3 deletions
|
@ -95,9 +95,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||||
git clone https://github.com/turtl/server "$final_path" --quiet
|
git clone https://github.com/turtl/server "$final_path" --quiet
|
||||||
|
|
||||||
#mkdir -p $final_path/plugins
|
mkdir -p $final_path/plugins
|
||||||
|
|
||||||
mv $final_path/example-plugins $final_path/plugins
|
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
|
|
Loading…
Reference in a new issue