Skip to content

Commit

Permalink
改为bash,sh不支持source
Browse files Browse the repository at this point in the history
  • Loading branch information
the5fire committed Feb 24, 2014
1 parent 180facf commit 4c2447d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfblog/init_database.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
nohup python manage.py syncdb --noinput > /dev/null 2>&1 &
nohup python manage.py loaddata initial_data.json > /dev/null 2>&1 &
2 changes: 1 addition & 1 deletion selfblog/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
nohup python manage.py runserver > /dev/null 2>&1 &

0 comments on commit 4c2447d

Please sign in to comment.