mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 01:15:38 +01:00
Fixed the desktop script
This commit is contained in:
parent
88644b03e5
commit
29b41c2a32
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue