* fixing bug when icecast.xml exists VRFS-1010
This commit is contained in:
parent
3903822ca5
commit
956b25c577
|
|
@ -0,0 +1 @@
|
|||
alter table users add column first_made_recording_at TIMESTAMP;
|
||||
|
|
@ -101,7 +101,7 @@ module JamRuby
|
|||
end
|
||||
|
||||
# if written successfully, overwrite the current file
|
||||
FileUtils.mv tmp_config, config_file
|
||||
FileUtils.mv tmp_config, config_file, force: true
|
||||
|
||||
# reload server
|
||||
reload
|
||||
|
|
|
|||
Loading…
Reference in New Issue