mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# FIXME dpkg will remove /opt if it is empty after removing onos
|
|
# We should recreate /opt if it was deleted.
|
|
sudo mkdir -p /opt
|