Commit 5521ce5b authored by wojiushixiaobai's avatar wojiushixiaobai

Update

parent 64efe3b7
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
$ for d in $(ls);do $ for d in $(ls);do
if [ -d $d ] && [ -d $d/migrations ];then if [ -d $d ] && [ -d $d/migrations ];then
mkdir -p $jumpserver_backup/${d}/migrations mkdir -p $jumpserver_backup/${d}/migrations
mv ${d}/migrations/*.py $jumpserver_backup/${d}/migrations/ cp ${d}/migrations/*.py $jumpserver_backup/${d}/migrations/
fi fi
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment