mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 11:54:20 +08:00
Worked on new deb & rpm packaging and init.d scripts
This commit is contained in:
@ -57,7 +57,7 @@ module.exports = function(grunt) {
|
||||
expand: true,
|
||||
src: ['grafana'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
dest: '<%= tempDir %>/bin/'
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
|
Reference in New Issue
Block a user