mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
need to check for the symlink to facilitate destruction and creation
This commit is contained in:
parent
462c8250c9
commit
eeee9de950
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if [ ! -f "/opt/kasm/certs/kasm_wizard.crt" ]; then
|
|||
fi
|
||||
|
||||
# Create plugin directory
|
||||
if [ ! -d "/opt/docker-plugins" ]; then
|
||||
if [ ! -L "/var/lib/docker-plugins" ]; then
|
||||
mkdir -p /opt/docker-plugins
|
||||
ln -s /opt/docker-plugins /var/lib/docker-plugins
|
||||
mkdir -p /var/lib/docker-plugins/rclone/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue