mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Make sure permissions are set.
This commit is contained in:
parent
9f23357b59
commit
9660fcb269
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "$@" >> ~/.ssh/known_hosts
|
||||
echo "$@" >> ~/.ssh/known_hosts
|
||||
chmod 0664 ~/.ssh/known_hosts
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
truncate -s 0 ~/.ssh/known_hosts
|
||||
truncate -s 0 ~/.ssh/known_hosts
|
||||
chmod 0664 ~/.ssh/known_hosts
|
Loading…
Reference in a new issue