Use temp data directory by default
[khatus.git] / bin / khatus
index 072a5ac..51bc2b2 100755 (executable)
@@ -653,7 +653,7 @@ spawn() {
 main() {
     # Defaults
     debug=0
-    dir_data="$HOME/.khatus"
+    dir_data=$(mktemp -d)
     weather_station_id='KJFK'
     screen_brightness_device_name='acpi_video0'
     prefixes_of_net_interfaces_to_show='w'  # comma-separated
This page took 0.027029 seconds and 4 git commands to generate.