mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 22:56:16 -07:00
fix bug in postinst
This commit is contained in:
parent
5d287ebda8
commit
d70779fbf3
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -27,7 +27,7 @@ rm -f /etc/update-motd.d/55-window-manager
|
|||
# Notify users that they should reload their profile
|
||||
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir"
|
||||
if [ -d "$SOCKETDIR" ]; then
|
||||
for d in "$DIR"/*/"$PKG"; do
|
||||
for d in "$SOCKETDIR"/*/"$PKG"; do
|
||||
[ -d "$d" ] || continue
|
||||
flag="$d/reload-required"
|
||||
touch "$flag"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue