From e209e558d14a6a21cbbf9916f54351a3f0974271 Mon Sep 17 00:00:00 2001 From: Jyhem Date: Fri, 9 Jun 2023 22:34:03 +0200 Subject: [PATCH] [ENH] This \ was useless --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d395a84..e179a35 100755 --- a/scripts/install +++ b/scripts/install @@ -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