#!/bin/sh ########################################################################### # # Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file run.sh # # @author (last) Behrouz NematiPour # @date (last) 05-Apr-2023 # @author (original) Behrouz NematiPour # @date (original) 28-Oct-2019 # ############################################################################ # globals.sh needs to be initialized by the user home path # otherwise creates the post.log in the / folder instead of home. HOME=/home/$(whoami) source ./globals.sh timerStart applicationPOST testApplicationShasum_local startDemoMode_local startApplication_local sleep 10 # wait for the UI Software to mount the encrypted partition. startCloudSync_local timerEndLog