summarylogtreecommitdiffstats
path: root/frp.install
diff options
context:
space:
mode:
Diffstat (limited to 'frp.install')
-rw-r--r--frp.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/frp.install b/frp.install
deleted file mode 100644
index 2b90635d9750..000000000000
--- a/frp.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo ""
- echo "To start the client, simply modify /etc/frp/frpc.ini, and start the service by:"
- echo ""
- echo " systemctl start frpc"
- echo ""
- echo "or create your own config file, for example myconf.ini, and start the service by:"
- echo ""
- echo " systemctl start frpc@myconf"
- echo ""
- echo "You can also start frps the same way"
- echo ""
-}