Commit 2289446 anoduck
committed
1 parent d82085d commit 2289446 Copy full SHA for 2289446
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1204,7 +1204,7 @@ lookup_script_data() {
1204
1204
script_modified=" ??"
1205
1205
[[ " $os_kernel " == " Linux" ]] && script_modified=$( stat -c %y " $script_install_path " 2> /dev/null | cut -c1-16) # generic linux
1206
1206
[[ " $os_kernel " == " Darwin" ]] && script_modified=$( stat -f " %Sm" " $script_install_path " 2> /dev/null) # for MacOS
1207
- [[ " $os_kernel " == " OpenBSD" ]] && script_modified=$( stat -f " %Sm" " $script_install_path " 2> /dev/null) # for MacOS
1207
+ [[ " $os_kernel " == " OpenBSD" ]] && script_modified=$( stat -f " %Sm" " $script_install_path " 2> /dev/null) # for OpenBSD
1208
1208
1209
1209
debug " $info_icon Last modif : $script_modified "
1210
1210
debug " $info_icon Script ID : $script_lines lines / md5: $script_hash "
You can’t perform that action at this time.
0 commit comments