Fixed hilariously wrong shebang

This commit is contained in:
Magnus Åhall 2025-08-20 10:33:34 +02:00
parent e8fe25d307
commit 2173060338

View file

@ -1244,7 +1244,7 @@ class ScriptsList extends Component {
const script = {
Group: 'Uncategorized',
Name: name,
Source: "%!/bin/bash\n",
Source: "#!/bin/bash\n",
}
fetch(`/scripts/update/0`, {
method: 'POST',