attempt to auto-fix package upgrade problem

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3864 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2017-03-01 00:01:50 +00:00
parent 9a874d65d2
commit 14f4eb0371
3 changed files with 8 additions and 9 deletions

View File

@@ -12,5 +12,12 @@ if [ -h /mod/webif -a -d /mod/var/mongoose -a ! -h /mod/var/mongoose ]; then
ln -s ../webif mongoose
fi
if [ ! -f /mod/webif/.pfixpkg ]; then
at now + 1 minute << EOM
diag fixpkg
touch /mod/webif/.pfixpkg
EOM
fi
exit 0