Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions source/Styles/xb3/config/webgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,19 @@ fi

if [ ! -d "/tmp/pcontrol" ]
then
mkdir /tmp/pcontrol
mkdir /tmp/pcontrol
fi

if [ -d "/usr/www/cmn" ]
then
cp -rf /usr/www/cmn/ /tmp/pcontrol
fi

if [ -d "/usr/hgw" ]
then
cp -rf /usr/hgw/cmn/ /tmp/pcontrol
fi

cp -rf /usr/www/cmn/ /tmp/pcontrol
#Dynamically create pause screen file
#removed chmod as part of CISCOXB3-6294 since etc is read-only FileSystem
sh /etc/pauseBlockGenerateHtml.sh
Expand Down
Loading