Changes

Jump to navigation Jump to search
4 bytes removed ,  9 October
m
no edit summary
Line 14: Line 14:     
# Set looper command
 
# Set looper command
sed -i 's/"sh"/\"sh -c '\''i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'\'\"'/' config.json
+
sed -i 's/"sh"/"sh", "-c", "i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done"/' config.json
    
# Disable interactive terminal
 
# Disable interactive terminal
509

edits

Navigation menu