소스 검색

Update uninstall.sh

Fix typo on line 9
pull/27/head
MegaV0lt 7 년 전
committed by GitHub
부모
커밋
f339cd25a1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      uninstall.sh

+ 2
- 2
uninstall.sh 파일 보기

@@ -6,9 +6,9 @@ then
systemctl disable log2ram
rm /etc/systemd/system/log2ram.service
rm /usr/local/bin/log2ram
rm etc/log2ram.conf
rm /etc/log2ram.conf
rm /etc/cron.hourly/log2ram
echo "##### Reboot isn't needed #####"
else
echo "You need to be ROOT (sudo can be used)"
fi
fi

불러오는 중...
취소
저장