File tree 3 files changed +9
-3
lines changed
dockers/docker-fpm-frr/base_image_files
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Source the platform_utils script
4
- source " $( dirname " $0 " ) /platform_utils"
4
+ source " $( dirname " $0 " ) /platform_utils" > /dev/null 2>&1
5
+
6
+ ${SMARTSWITCH:= false}
5
7
6
8
# Restrict command to sudo users
7
9
if [ " $EUID " -ne 0 ] ; then
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Source the platform_utils script
4
- source " $( dirname " $0 " ) /platform_utils"
4
+ source " $( dirname " $0 " ) /platform_utils" > /dev/null 2>&1
5
+
6
+ ${SMARTSWITCH:= false}
5
7
6
8
# Restrict command to sudo users
7
9
if [ " $EUID " -ne 0 ] ; then
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Source the platform_utils script
4
- source " $( dirname " $0 " ) /platform_utils"
4
+ source " $( dirname " $0 " ) /platform_utils" > /dev/null 2>&1
5
+
6
+ ${SMARTSWITCH:= false}
5
7
6
8
# Restrict command to sudo users
7
9
if [ " $EUID " -ne 0 ] ; then
You can’t perform that action at this time.
0 commit comments