Skip to content

Commit

Permalink
pks install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolff44 authored Mar 29, 2024
1 parent 8f58a26 commit 3f1a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pks
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ installFunc(){
# [[ -f "${DATA_DIR}/pks/db/version" ]] || curl -fsSL -o "${DATA_DIR}/pks/db/version" "$PKS_GIT_URL/$VERSION/src/sip/db/version"

## Define env variables
if [ -f "${DATA_DIR}/pks/.install.lock" ]; then
if [[ -f "${DATA_DIR}/pks/.install.lock" ]]; then
printf " %b %b Not a new install. Edit manually .env file for any changes! %b\\n" "${TICK}" "${COL_YELLOW}" "${COL_NC}"
else
# Set DBTEXT as DB
Expand Down

0 comments on commit 3f1a226

Please sign in to comment.