9 lines
146 B
Plaintext
Executable File
9 lines
146 B
Plaintext
Executable File
# !/bin/bash
|
|
|
|
fe_dist_dir=/opt/wfc/docker/nginx/html/dist
|
|
|
|
# clear front-end old hash js files
|
|
rm -rf ${fe_dist_dir}/sys
|
|
rm -rf ${fe_dist_dir}/u
|
|
|