mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-12 07:01:11 +02:00
Update install.sh
removed fail out as if the zip file is removed it will fail out, so best to leave it out, not been reports of issues which require this
This commit is contained in:
parent
6b4a2b75bb
commit
8232f56757
@ -1,8 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# If any command fails, fail out
|
||||
set -e
|
||||
|
||||
# Many things here need root access, so verify user is root
|
||||
# If not, fail out and give an explanation
|
||||
if [ $(id -u) -ne 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user