Skip to content
Snippets Groups Projects
Commit 3a7ea50e authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

write_*.sh: Don't sudo

parent 32e677d6
No related branches found
No related tags found
1 merge request!150Write ext2
Pipeline #54954 passed
......@@ -51,4 +51,4 @@ EOF
echo "About to run ${UUU_SCRIPT}"
cat ${UUU_SCRIPT}
sudo uuu ${UUU_SCRIPT}
uuu ${UUU_SCRIPT}
......@@ -53,4 +53,4 @@ EOF
echo "About to run ${UUU_SCRIPT}"
cat ${UUU_SCRIPT}
sudo uuu -v ${UUU_SCRIPT}
uuu -v ${UUU_SCRIPT}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment