From 6f49a1bbb11e50165dd17c4f67f49d8f10c01144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Wed, 15 Feb 2017 18:56:15 -0600 Subject: automated: use create_out_dir where appropriate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz --- automated/linux/lemp/lemp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'automated/linux/lemp/lemp.sh') diff --git a/automated/linux/lemp/lemp.sh b/automated/linux/lemp/lemp.sh index 06be62f..11d9840 100755 --- a/automated/linux/lemp/lemp.sh +++ b/automated/linux/lemp/lemp.sh @@ -10,8 +10,7 @@ TEST_LIST="test-nginx-server mysql-show-databases test-phpinfo php-select-record php-delete-record" ! check_root && error_msg "This script must be run as root" -[ -d "${OUTPUT}" ] && mv "${OUTPUT}" "${OUTPUT}_$(date +%Y%m%d%H%M%S)" -mkdir -p "${OUTPUT}" +create_out_dir "${OUTPUT}" dist_name # Install and configure LEMP. -- cgit v1.2.3