Skip to content

Commit

Permalink
target: chown ~/.pastebinit.xml to user
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Sep 18, 2015
1 parent fcdadbe commit d035aa5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/chroot/beagleboard.org-4gb-wheezy.sh
Expand Up @@ -194,6 +194,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi
}

Expand Down
1 change: 1 addition & 0 deletions target/chroot/beagleboard.org-console-jessie.sh
Expand Up @@ -192,6 +192,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi

#fix Ping:
Expand Down
1 change: 1 addition & 0 deletions target/chroot/beagleboard.org-console-wheezy.sh
Expand Up @@ -194,6 +194,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi
}

Expand Down
1 change: 1 addition & 0 deletions target/chroot/beagleboard.org-jessie.sh
Expand Up @@ -192,6 +192,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi

#fix Ping:
Expand Down
1 change: 1 addition & 0 deletions target/chroot/beagleboard.org-wheezy.sh
Expand Up @@ -194,6 +194,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi
}

Expand Down
1 change: 1 addition & 0 deletions target/chroot/machinekit-wheezy.sh
Expand Up @@ -200,6 +200,7 @@ setup_desktop () {
echo " <jabberid>author@example.net</jabberid>" >> ${wfile}
echo " <format>text</format>" >> ${wfile}
echo "</pastebinit>" >> ${wfile}
chown ${rfs_username}:${rfs_username} ${wfile}
fi
}

Expand Down

0 comments on commit d035aa5

Please sign in to comment.