feat: backup archive file
This commit is contained in:
7
backup/pkg/postinst
Executable file
7
backup/pkg/postinst
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
test ! -f /usr/local/etc/canal/config.json && cp -rf /usr/local/etc/canal/default/* /usr/local/etc/canal
|
||||
|
||||
systemctl enable canal
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user