This commit is contained in:
@ -1,4 +1,6 @@
|
||||
# can you make this script run in bash, but fall back to sh if bash is not installed?
|
||||
#!/bin/bash
|
||||
|
||||
# set up a remote server for use with dropshell.
|
||||
|
||||
# check if we are running as root
|
||||
if [ "$(id -u)" -ne 0 ]; then
|
||||
|
Reference in New Issue
Block a user