mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
Moving new to old directory
This commit is contained in:
parent
eeb4443e42
commit
a5647e9a39
@ -89,6 +89,10 @@ begin
|
||||
# migrate updated plugins (but leave deprecated ones)
|
||||
FileUtils.cp_r new_octo_dir("plugins"), old_octo_dir("plugins")
|
||||
|
||||
# move new to old's location
|
||||
FileUtils.rm_rf old_octo_dir
|
||||
FileUtils.mv new_octo_dir, old_octo_dir
|
||||
|
||||
# cleanup
|
||||
FileUtils.rm_rf new_octo_dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user