Fixed hilariously wrong shebang
This commit is contained in:
parent
e8fe25d307
commit
2173060338
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue