From 103c8d14083a9cf90ba4e357beb985ecd17b4b03 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 11 Feb 2017 21:46:06 +0100 Subject: [PATCH] Save nextant configuration on success --- static/nextant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/nextant.sh b/static/nextant.sh index 1d7557ad..a2f90588 100644 --- a/static/nextant.sh +++ b/static/nextant.sh @@ -114,7 +114,7 @@ else fi rm -r $NT_RELEASE sudo -u www-data php $NCPATH/occ app:enable nextant -sudo -u www-data php $NCPATH/occ nextant:test http://127.0.0.1:8983/solr/ nextant +sudo -u www-data php $NCPATH/occ nextant:test http://127.0.0.1:8983/solr/ nextant --save sudo -u www-data php $NCPATH/occ nextant:index if [ $? -eq 0 ]