Removed the sync_repos.bash as it is not needed now

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-11-01 13:09:21 +05:30
parent 94a18656a3
commit cb663af546

View File

@@ -1,13 +0,0 @@
#!/bin/bash
# Copy wlan-lanforge-scripts into place
# Assumes wlan-lanforge-scripts is already up to date.
# Other setup may be added here as well.
if [ -d ../wlan-lanforge-scripts ]
then
rm -fr lanforge/lanforge-scripts
cp -a ../wlan-lanforge-scripts lanforge/lanforge-scripts
fi