This commit is contained in:
gazebo
2018-08-07 09:45:40 +08:00
parent 4937119334
commit 4fbe4ee6f5

View File

@@ -4,6 +4,6 @@ if [ ! -d "backup" ]; then
mkdir backup
fi
if [ -f "jx-callback.*~" ] then
if [ -f "jx-callback.*~" ]; then
mv jx-callback.*~ backup/
fi