Merge pull request #103 from enoch85/patch-2

enable shellcheck
This commit is contained in:
RustDesk
2023-10-04 00:53:10 +08:00
committed by GitHub

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# shellcheck disable=2034,2059,2164
true
# Get username
usern=$(whoami) # not used btw ... yet