LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 12 forks source link

Fixes issue #65 - can not restart container #66

Closed yenyen closed 1 year ago

yenyen commented 1 year ago

Prevent creating config files twice and failed on "ln -s" after restarting

The if statement could be moved to just before the "ln -s" command depending of what you prefer (always copy the latest version found in plugins folder or never overriding a config file).