mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
[FIX] Fix bug in using sed in install script 2
This commit is contained in:
parent
e1800bb729
commit
93d2daac6a
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ exec_as_app console.php database:install
|
|||
|
||||
# Set default database directory
|
||||
FGALDIR=/home/yunohost.app/$app
|
||||
cd "$install_dir"
|
||||
sed -i -e "s#storage\/fgal#$FGALDIR#" lib/prefs/fgal.php
|
||||
|
||||
# Lock installer
|
||||
|
|
Loading…
Reference in a new issue