caktus / django-project-template

Django project template for startproject (Requires 2.2+)
211 stars 53 forks source link

Problem moving /tmp/salt/* /srv/ #272

Closed vrocha closed 7 years ago

vrocha commented 8 years ago

After the first deploy there is a /srv/keys directory already and place, and moving /tmp/salt/ to /srv/ fails because it tries to move a keys directory to /srv/ which fails. I get the following console output:

Fatal error: sudo() received nonzero return code 1 while executing! Requested: mv /tmp/salt/* /srv/ Executed: sudo -S -p 'sudo password:' /bin/bash -l -c "mv /tmp/salt/* /srv/"