mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
fix create multiple subdirectories
This commit is contained in:
parent
b8bc116846
commit
3b3f2e0b67
1 changed files with 1 additions and 2 deletions
|
@ -66,7 +66,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Creating a data directory..."
|
||||
|
||||
mkdir -p $data_dir/{compiles, output, cache}
|
||||
mkdir -p $data_dir/{compiles,output,cache}
|
||||
|
||||
chmod 750 "$data_dir"
|
||||
chmod -R o-rwx "$data_dir"
|
||||
|
@ -113,7 +113,6 @@ sed -iE "s%'-synctex=1',%'-synctex=1', '-shell-escape',%g" $install_dir/live/ser
|
|||
cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/settings.pug" "$install_dir/live/services/web/app/views/user/settings.pug"
|
||||
cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/navbar.pug" "$install_dir/live/services/web/app/views/layout/navbar.pug"
|
||||
cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/admin-sysadmin.pug" "$install_dir/live/services/web/app/views/admin/index.pug"
|
||||
ynh_secure_remove --file="$install_dir/live/services/web/app/views/project/editor/review-panel.pug"
|
||||
touch "$install_dir/live/services/web/app/views/project/editor/review-panel.pug"
|
||||
|
||||
ynh_secure_remove --file="$install_dir/build"
|
||||
|
|
Loading…
Reference in a new issue