Better fix for timezone offset, should add a pass in to the dashboard for timezone offset calculated in client
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ dst_file="data-${timestamp}.db"
|
||||
mkdir -p $dst_dir
|
||||
|
||||
# Move and rename the file
|
||||
mv "${src}" "${dst_dir}/${dst_file}"
|
||||
cp "${src}" "${dst_dir}/${dst_file}"
|
||||
|
||||
echo "File has been moved to ${dst_dir} and renamed to ${dst_file}"
|
||||
Reference in New Issue
Block a user