fix: chmod perm

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-09 14:02:23 +08:00
parent 4b3c4870ba
commit 7e9086b20e
6 changed files with 30 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ enum ShellFunc {
static const scriptPath = '/dev/shm/$scriptFile';
static const installShellCmd = """
cat > $scriptPath
chmod +x $scriptPath
chmod 744 $scriptPath
""";
String get flag {