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
This commit is contained in:
parent
495c049036
commit
e1800bb729
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ exec_as_app console.php database:install
|
|||
|
||||
# Set default database directory
|
||||
FGALDIR=/home/yunohost.app/$app
|
||||
exec_as_app sed -i -e "s#storage\/fgal#$FGALDIR#" lib/prefs/fgal.php
|
||||
sed -i -e "s#storage\/fgal#$FGALDIR#" lib/prefs/fgal.php
|
||||
|
||||
# Lock installer
|
||||
exec_as_app console.php installer:lock
|
||||
|
|
Loading…
Reference in a new issue