1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-01 05:47:01 +03:00

M #-: Add missing call to start hem in one script

This commit is contained in:
Ruben S. Montero 2019-09-10 10:49:24 +02:00
parent f7f274cbb5
commit 712230da5c
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -243,6 +243,8 @@ start_hem()
[ -f "$ONE_HEM_LOG" ] && mv $ONE_HEM_LOG{,.$(date '+%Y%m%d%H%M%S')}
fi
onehem-server start
LASTRC=$?
if [ $LASTRC -ne 0 ]; then