Create encrypt.sh

This commit is contained in:
qiaofeng1227 2022-07-14 10:40:03 +08:00 committed by GitHub
parent f5f0743f00
commit a273e2dea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
src/encrypt.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
clear
# Add encrypt script below if use APP_ENCRYPT_PASSWORD at .env file
# ------------- start -------------------------
# ------------- end ---------------------------