#!/bin/bash createSuccessfulRunFile() { sudo echo "LibrePortal last ran on :" $(date) > $docker_dir/run.txt }