mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 00:40:49 +00:00
fixing spacing error in entry script
This commit is contained in:
parent
2c34da556a
commit
57859244ae
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ rm -rf /var/www/public/assets
|
|||
mv /home/web/assets /var/www/public/
|
||||
chown -R web:web /var/www/public
|
||||
|
||||
LOG_FILE = "/var/www/log/$RAILS_ENV.log"
|
||||
LOG_FILE="/var/www/log/$RAILS_ENV.log"
|
||||
touch $LOG_FILE
|
||||
chown web:web $LOG_FILE
|
||||
|
||||
|
|
Loading…
Reference in a new issue