mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: chmod perm
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user