summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Frączek2017-12-28 17:44:23 +0100
committerRafał Frączek2017-12-28 17:44:23 +0100
commit20a0c860d78fbd59aa47e9d77ab66febf62c752a (patch)
treebd7f93bb5fd45d20ce91140088bea228c5e14d25
parent72813cda9fbe080385b384f3047abfe18437bf3c (diff)
downloadaur-20a0c860d78fbd59aa47e9d77ab66febf62c752a.tar.gz
update
-rw-r--r--smarttrafficmeter.install38
1 files changed, 19 insertions, 19 deletions
diff --git a/smarttrafficmeter.install b/smarttrafficmeter.install
index e91694fe7375..ad7d4b584f14 100644
--- a/smarttrafficmeter.install
+++ b/smarttrafficmeter.install
@@ -1,25 +1,25 @@
post_install() {
systemctl enable smarttrafficmeter
echo "Please wait for the installation to complete"
- systemctl start smarttrafficmeter
- echo "#####################################################################"
- echo "# #"
- echo "# Smart Traffic Meter should now be running as a service (daemon) #"
- echo "# Open your web browser and navigate to 127.0.0.1:7676 #"
- echo "# If the page does not open #"
- echo "# you may need to execute the following comands in the command line #"
- echo "# sudo systemctl enable smarttrafficmeter #"
- echo "# sudo systemctl start smarttrafficmeter #"
- echo "# and restart your computer #"
- echo "# #"
- echo "# To start/stop/enable/disable Smart Traffic Meter execute #"
- echo "# sudo systemctl start/stop/enable/disable smarttrafficmeter #"
- echo "# #"
- echo "# default database directory: /usr/share/smarttrafficmeter #"
- echo "# default config directory: /etc/smarttrafficmeter #"
- echo "# default log directory: /var/log/smarttrafficmeter #"
- echo "# #"
- echo "#####################################################################"
+ systemctl start smarttrafficmeter
+ echo "#####################################################################"
+ echo "# #"
+ echo "# Smart Traffic Meter should now be running as a service (daemon) #"
+ echo "# Open your web browser and navigate to 127.0.0.1:7676 #"
+ echo "# If the page does not open #"
+ echo "# you may need to execute the following comands in the command line #"
+ echo "# sudo systemctl enable smarttrafficmeter #"
+ echo "# sudo systemctl start smarttrafficmeter #"
+ echo "# and restart your computer #"
+ echo "# #"
+ echo "# To start/stop/enable/disable Smart Traffic Meter execute #"
+ echo "# sudo systemctl start/stop/enable/disable smarttrafficmeter #"
+ echo "# #"
+ echo "# default database directory: /usr/share/smarttrafficmeter #"
+ echo "# default config directory: /etc/smarttrafficmeter #"
+ echo "# default log directory: /var/log/smarttrafficmeter #"
+ echo "# #"
+ echo "#####################################################################"
}
pre_upgrade() {