From 29b41c2a329bd3fdb923c0fcbb0df84bb5431c70 Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Thu, 11 Aug 2022 00:04:53 -0400 Subject: [PATCH] Fixed the desktop script --- rootfs/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/startup.sh b/rootfs/startup.sh index afaa372..e79999e 100755 --- a/rootfs/startup.sh +++ b/rootfs/startup.sh @@ -107,6 +107,6 @@ if [ ! "$(ls -A /workspace/.ubuntu/dynamic-background/active/ )" ]; then cp -r /usr/share/backgrounds/dynamic-background/default/* /workspace/.ubuntu/dynamic-background/active fi -bash /cloud9/configure_desktop.sh +bash /cloud9/configure_desktop.sh & exec /bin/tini -- supervisord -n -c /etc/supervisor/supervisord.conf \ No newline at end of file