소스 검색

debian: fix typo

master
GK2 5 년 전
부모
커밋
ceeea7314c
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/install-letsencrypt-cert.sh

+ 1
- 1
resources/install-letsencrypt-cert.sh 파일 보기

@@ -29,7 +29,7 @@ if [ ! -f certbot-auto ] ; then
29 29
 fi
30 30
 
31 31
 CRON_FILE="/etc/cron.weekly/letsencrypt-renew"
32
-if [ ! -d $"/etc/cron.weekly" ] ; then
32
+if [ ! -d "/etc/cron.weekly" ] ; then
33 33
     mkdir "/etc/cron.weekly"
34 34
 fi
35 35
 echo "#!/bin/bash" > $CRON_FILE

Loading…
취소
저장