Tidying
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 3m2s

This commit is contained in:
Your Name
2025-05-26 23:19:10 +12:00
parent 940c2a12a1
commit f79abd346e
3 changed files with 22 additions and 49 deletions

View File

@ -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