rootfs/usr/local/bin/git-sync.sh aktualisiert
This commit is contained in:
@@ -18,12 +18,15 @@ git stash pop
|
||||
|
||||
# Dateien verteilen (rootfs → /)
|
||||
#sudo rsync --no-o --no-g -a rootfs/ "$TARGET"
|
||||
sudo rsync -rltpD rootfs/ "$TARGET"
|
||||
rsync -rltpD rootfs/ "$TARGET"
|
||||
|
||||
sudo chmod +x /usr/local/bin/*.sh
|
||||
chmod +x /usr/local/bin/*.sh
|
||||
|
||||
chown andre:andre /home/andre/
|
||||
chown andre:andre /home/andre/* -R
|
||||
chmod +x /home/andre/*.sh
|
||||
|
||||
chmod 600 /home/andre/.ssh/*
|
||||
|
||||
sudo systemctl daemon-reload
|
||||
|
||||
systemctl daemon-reload
|
||||
exit 0
|
||||
Reference in New Issue
Block a user