From ce69a38ae696213b36964b70452e95e99e5bf730 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Mon, 23 Jul 2018 07:06:14 -0400 Subject: [PATCH] Adjusted shebang. --- rootfs/startapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/startapp.sh b/rootfs/startapp.sh index 844fb21..b5d8656 100755 --- a/rootfs/startapp.sh +++ b/rootfs/startapp.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/with-contenv sh # NOTE: Change the workdir to /storage, as this is the default location when # opening files. # NOTE: $HOME variable needs to be set because the only configuration file