From 9655fd306f6c9b4741af7e355867e1c0c5f65728 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 16 Apr 2013 16:21:27 +0200 Subject: [PATCH] Correction : etc/sv/mysql/configure.sh : install bin/ . --- etc/sv/mysql/configure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/sv/mysql/configure.sh b/etc/sv/mysql/configure.sh index 4dcef57..cf8e41d 100644 --- a/etc/sv/mysql/configure.sh +++ b/etc/sv/mysql/configure.sh @@ -20,7 +20,7 @@ rule adduser mysql-data \ --system sudo usermod --home "$home" mysql sudo adduser mysql mysql-data -sudo install -d -m 751 -o mysql -g mysql \ +sudo install -d -m 755 -o mysql -g mysql \ "$home" \ "$home"/bin sudo rm -rf /etc/mysql @@ -43,9 +43,9 @@ if sudo test ! -d "$home"/data --no-defaults fi -sudo find "$tool"/etc/postgresql/bin/ -type f -perm /+x -exec \ +sudo find "$tool"/etc/mysql/bin/ -type f -perm /+x -exec \ install -m 755 -o root -g root \ - -t /home/postgresql/bin/ {} + + -t /home/mysql/bin/ {} + sudo ln -fns \ ../sv/"$sv" \ -- 2.20.1