Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b1c79228 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: next: fix ping permissions


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 37ffc641
No related merge requests found
......@@ -208,6 +208,7 @@ setup_desktop () {
# fi
# fi
#ti: firewall blocks pastebin.com
if [ -f /usr/bin/pastebinit ] ; then
wfile="/home/${rfs_username}/.pastebinit.xml"
echo "<pastebinit>" > ${wfile}
......@@ -217,6 +218,12 @@ setup_desktop () {
echo " <format>text</format>" > ${wfile}
echo "</pastebinit>" > ${wfile}
fi
#fix Ping:
#ping: icmp open socket: Operation not permitted
if [ -f /bin/ping ] ; then
chmod u+x /bin/ping
fi
}
cleanup_npm_cache () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment