mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 17:31:09 +01:00
Fix a bug that prevents VNET jail creation
This commit is contained in:
@@ -438,6 +438,11 @@ required_updates()
|
||||
bastille_initial_download
|
||||
fi
|
||||
fi
|
||||
|
||||
# Check for a critical bug that prevents VNET jail creation.
|
||||
if grep -q '\\"vnet host interface for Bastille jail ${NAME}"' ${INSTALLPATH}${USRLOCAL}/share/${APPNAME}/create.sh; then
|
||||
sed -i '' 's|\\"vnet host interface for Bastille jail ${NAME}"|\\"vnet host interface for Bastille jail ${NAME}\\"|g' ${INSTALLPATH}${USRLOCAL}/share/${APPNAME}/create.sh
|
||||
fi
|
||||
}
|
||||
|
||||
postinit_cmd()
|
||||
|
||||
Reference in New Issue
Block a user