File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33set -Eeuo pipefail
44
55SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
6- CONFIG_ENV_FILE=" $HOME /.config/ssl-remote-control/remote-control-config.env"
6+ CONFIG_DIR=" $HOME /.config/ssl-remote-control"
7+ CONFIG_ENV_FILE=" $CONFIG_DIR /remote-control-config.env"
78SRC_VERSION=${1:- }
89
910function updateSystem() {
@@ -16,7 +17,7 @@ function installService() {
1617 cp " $SCRIPT_DIR /ssl-remote-control.service" ~ /.local/share/systemd/user/ssl-remote-control.service
1718 systemctl --user enable ssl-remote-control.service
1819 if [[ ! -f " ${CONFIG_ENV_FILE} " ]]; then
19- mkdir -p " ${CONFIG_ENV_FILE } "
20+ mkdir -p " ${CONFIG_DIR } "
2021 echo " Copying remote control configuration file to ${CONFIG_ENV_FILE} "
2122 cp " ${SCRIPT_DIR} /remote-control-config.env" " ${CONFIG_ENV_FILE} "
2223 else
You can’t perform that action at this time.
0 commit comments