From c79e7b01d8bd3f6bbf230a191900f8413a813c90 Mon Sep 17 00:00:00 2001 From: Ronald van Woensel Date: Mon, 17 Aug 2020 23:27:19 +0200 Subject: [PATCH] Release v1.0.38 --- README.md | 4 ++-- VERSION | 4 ++-- parts/01_user_create | 3 +++ parts/usercron/crondef | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb81617..01e85f9 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ The git repository setup makes it very easy to deploy a product version to the s ```bash yum -y install tar -curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.37.tar.gz | tar -xz -cd centos-laravel-stack-1.0.37 +curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.38.tar.gz | tar -xz +cd centos-laravel-stack-1.0.38 ./setup_full ``` diff --git a/VERSION b/VERSION index 3082811..4e6ed72 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=v1.0.37 -date="Mon Aug 17 22:47:34 CEST 2020" +version=v1.0.38 +date="Mon Aug 17 23:27:19 CEST 2020" diff --git a/parts/01_user_create b/parts/01_user_create index 01a9086..2313bd8 100755 --- a/parts/01_user_create +++ b/parts/01_user_create @@ -32,6 +32,9 @@ su $username <<-'EOF' mkdir ~/bin echo "export PATH=\$PATH:~/bin" >> ~/.bashrc + # lets make a ~/crontab + mkdir ~/crontab + ## get rid of unreadable vim colorcoding echo -e "syntax off\nset t_ti= t_te= \n" >> ~/.vimrc EOF diff --git a/parts/usercron/crondef b/parts/usercron/crondef index f69d297..d403f25 100644 --- a/parts/usercron/crondef +++ b/parts/usercron/crondef @@ -31,4 +31,5 @@ ######################################################################################## # addvhost will add laravel schedules here -######################################################################################## \ No newline at end of file +######################################################################################## +