Skip to content

Commit

Permalink
Don't resize docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 19, 2019
1 parent e1d9e99 commit 6e8f487
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build/160-docker
@@ -0,0 +1,15 @@
#!/bin/bash
echo $0 > /var/www/html/userfiles/nems-build.cur

platform=$(/usr/local/bin/nems-info platform)

if (( $platform == 21 )); then

# Log that patch (resize) has been applied to this system.
# Doesn't apply to VM so just do it here.
# Activates features such as bootscreen.sh
if ! grep -q "PATCH-000002" /var/log/nems/patches.log; then
echo "PATCH-000002" >> /var/log/nems/patches.log
fi

fi

0 comments on commit 6e8f487

Please sign in to comment.