Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.5.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:site:sshdeploy on UNIX site.
-
Number of attachments :
Description
site:sshdeploy can mess up home rights if part of the commands fail.
Remote command chain like "...;cd BLA;chmod ..." should be conditionally executed if the "cd" succeeds. That way, if one command fails the others (like chmod) do not get executed in the wrong directory.
Can lead to fatal consequences for eg ssh resource dir (.ssh) with wrong
permissions, oops.
Happened to me also some weeks ago and lately to my collegue. IHMO "major" does not classify this issue.