6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "deprecated"
|
|
exit 1
|
|
|
|
exec /etc/init.d/intranet restart
|