1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

[ENH] This \ was useless

This commit is contained in:
Jyhem 2023-06-09 22:34:03 +02:00
parent 084e1bf79f
commit e209e558d1

View file

@ -73,7 +73,7 @@ exec_as_app console.php database:install
# Set default database directory
cd "$install_dir"
sed -i -e "s#storage\/fgal#$data_dir#" lib/prefs/fgal.php
sed -i -e "s#storage/fgal#$data_dir#" lib/prefs/fgal.php
# Lock installer
exec_as_app console.php installer:lock