Skip to content

Commit f429301

Browse files
authored
Merge pull request #101167 from changeworld/patch-1
Fix typo
2 parents 042ff6c + adfe94c commit f429301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-azure-linux-app-consistent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Pre-scripts invoke native application APIs, which quiesce the IOs, and flush in-
2828

2929
- **VMSnapshotScriptPluginConfig.json**: Permission “600.” For example, only “root” user should have “read” and “write” permissions to this file, and no user should have “execute” permissions.
3030

31-
- **Pre-script file**: Permission “700.” For example, only “root” user should have “read”, “write”, and “execute” permissions to this file. The file is expected to be a shell script but theoretically this script can internally spawn or refer to other scripts like a python script.
31+
- **Pre-script file**: Permission “700.” For example, only “root” user should have “read”, “write”, and “execute” permissions to this file. The file is expected to be a shell script but theoretically this script can internally spawn or refer to other scripts like a Python script.
3232

33-
- **Post-script** Permission “700.” For example, only “root” user should have “read”, “write”, and “execute” permissions to this file. The file is expected to be a shell script but theoretically this script can internally spawn or refer to other scripts like a python script.
33+
- **Post-script** Permission “700.” For example, only “root” user should have “read”, “write”, and “execute” permissions to this file. The file is expected to be a shell script but theoretically this script can internally spawn or refer to other scripts like a Python script.
3434

3535
> [!IMPORTANT]
3636
> The framework gives users a lot of power. Secure the framework, and ensure only “root” user has access to critical JSON and script files.

0 commit comments

Comments
 (0)