mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Generally gratuitous, as connectd's already exited (#3162)
This commit is contained in:
parent
efee271f00
commit
36ca9c6701
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ else
|
|||
|
||||
echo -e "In a few secs, all 3 svcs {connectd, schannel, remoteit@...} should be back!\n"
|
||||
|
||||
systemctl stop connectd # Safer!
|
||||
systemctl stop connectd # "Safer" (though it's generally exited already!)
|
||||
|
||||
# '|| true' overrides 'bash -e' so script continues if config.json missing
|
||||
mv /etc/remoteit/config.json /etc/remoteit/config.json.$(date +%F_%T_%Z) || true
|
||||
|
|
Loading…
Add table
Reference in a new issue