test-f /srv/settings.py &&(echo"Existing config detected, saving default config to /srv/settings.py.default";cp-f /home/sopds/sopds/settings.py /srv/settings.py.default )||(echo"Existing config is absent, creating a new one from default at /srv/settings.py";cp-f /home/sopds/sopds/settings.py /srv/settings.py )