mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
postinst: fix syntax error
git-svn-id: https://svn.fhem.de/fhem/trunk@29870 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
278af31c47
commit
81c313b568
@ -13,7 +13,7 @@ chown -R fhem:dialout /opt/fhem
|
||||
# remove repository entry after first installation
|
||||
echo "removing repo from sources"
|
||||
sed -i /debian.fhem.de/d /etc/apt/sources.list
|
||||
if [ -f /etc/apt/sources.list.d/debianfhemde.list ] then
|
||||
if [ -f /etc/apt/sources.list.d/debianfhemde.list ]; then
|
||||
rm /etc/apt/sources.list.d/debianfhemde.list
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user